Classes
 ClassDescription
 IntBase IntBase provides a common Integer API.
 MathBase MathBase provides a common math API.
 PRNG PRNG provides a Seeded Pseudo-Random Number Generating System based on the Park Miller "minimal standard" linear congruential pseudo-random number generator.
 Random Random provides advanced randomness API.
 Range Range provides a common Numeric Range API.
 XORShiftPRNG XORShiftPRNG provides a fast, lightweight Pseudo-Random Number Generator implementing the xorshift algorithm.