 RandomLib::DiscreteNormal< IntType > | The discrete normal distribution |
 RandomLib::DiscreteNormalAlt< IntType, bits > | The discrete normal distribution (alternate version) |
 RandomLib::ExactExponential< bits > | Sample exactly from an exponential distribution |
 RandomLib::ExactNormal< bits > | Sample exactly from a normal distribution |
 RandomLib::ExactPower< bits > | Sample exactly from a power distribution |
 RandomLib::ExponentialDistribution< RealType > | The exponential distribution |
 RandomLib::ExponentialProb | The exponential probability |
 Generator | |
  RandomLib::RandomCanonical< Generator > | Generate random integers, reals, and booleans |
 RandomLib::InverseEProb | Return true with probability 1/e = exp(−1) |
 RandomLib::InversePiProb | Return true with probability 1/π |
 RandomLib::LeadingZeros | Count of leading zeros |
 RandomLib::MixerMT0< RandomType > | The original MT19937 mixing functionality |
 RandomLib::MixerMT1< RandomType > | The modified MT19937 mixing functionality |
 RandomLib::MixerSFMT | The SFMT mixing functionality |
 RandomLib::MPFRExponential< bits > | The exponential distribution for MPFR |
 RandomLib::MPFRExponentialL | The exponential distribution for MPFR (the log method) |
 RandomLib::MPFRNormal< bits > | The normal distribution for MPFR |
 RandomLib::MPFRNormalK< bits > | The normal distribution for MPFR (Kahn algorithm) |
 RandomLib::MPFRNormalR | The normal distribution for MPFR (ratio method) |
 RandomLib::MPFRRandom< bits > | Handling random numbers in MPFR |
 RandomLib::MPFRUniform< bits > | The uniform distribution for MPFR |
 RandomLib::MT19937< RandomType > | The MT19937 random number engine |
 RandomLib::NormalDistribution< RealType > | Normal deviates |
 RandomLib::RandomNumber< bits > | Infinite precision random numbers |
 RandomLib::RandomPower2 | Return or multiply by powers of 2 |
 RandomLib::RandomSeed | A base class for random generators |
  RandomLib::RandomEngine< Algorithm, Mixer > | Uniform random number generator |
 RandomLib::RandomSelect< NumericType > | Random selection from a discrete set |
 RandomLib::RandomType< bits, UIntType > | Class to hold bit-width and unsigned type |
 runtime_error | |
  RandomLib::RandomErr | Exception handling for RandomLib |
 RandomLib::SFMT19937< RandomType > | The SFMT random number engine |
 RandomLib::UniformInteger< IntType, bits > | The partial uniform integer distribution |