RandomLib::ExactExponential | Sample exactly from an exponential distribution |
RandomLib::ExactPower | Sample exactly from a power distribution |
RandomLib::ExponentialDistribution | The exponential distribution |
RandomLib::ExponentialProb | The exponential probability |
RandomLib::LeadingZeros | Count of leading zeros |
RandomLib::MixerMT0 | The original MT19937 mixing functionality |
RandomLib::MixerMT1 | The modified MT19937 mixing functionality |
RandomLib::MixerSFMT | The SFMT mixing functionality |
RandomLib::MT19937 | The MT19937 random number engine |
RandomLib::NormalDistribution | Normal deviates |
RandomLib::RandomCanonical | Generate random integers, reals, and booleans |
RandomLib::RandomEngine | Uniform random number generator |
RandomLib::RandomNumber | Infinite precision random numbers |
RandomLib::RandomPower2 | Return or multiply by powers of 2 |
RandomLib::RandomSeed | A base class for random generators |
RandomLib::RandomSelect | Random selection from a discrete set |
RandomLib::RandomType | Class to hold bit-width and unsigned type |
RandomLib::SFMT19937 | The SFMT random number engine |