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