Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 750 Bytes

Programming Utils

There are always that set of utilities that you end up needing to use on many projects out there. Instead of keep rewriting those for new projects, I finally decided to create a repository to host them.

Unless otherwise stated in the utility directory, the utilities here are use a 3-clause BSD license ("BSD-new").

Quick summary of utilities

  • CastKeepingBits: An utility to cast from/to signed/unsigned variables, while keeping their internal bits intact.
  • rapidjson_utils: An utility to aid with RapidJSON common tasks.
  • SquirrelNoise5: An utility to create interesting noise or to be used as a Random Number Generator (RNG).