Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
RandomLib::ExactExponentialSample exactly from an exponential distribution
RandomLib::ExactPowerSample exactly from a power distribution
RandomLib::ExponentialDistributionThe exponential distribution
RandomLib::ExponentialProbThe exponential probability
RandomLib::LeadingZerosCount of leading zeros
RandomLib::MixerMT0The original MT19937 mixing functionality
RandomLib::MixerMT1The modified MT19937 mixing functionality
RandomLib::MixerSFMTThe SFMT mixing functionality
RandomLib::MT19937The MT19937 random number engine
RandomLib::NormalDistributionNormal deviates
RandomLib::RandomCanonicalGenerate random integers, reals, and booleans
RandomLib::RandomEngineUniform random number generator
RandomLib::RandomNumberInfinite precision random numbers
RandomLib::RandomPower2Return or multiply by powers of 2
RandomLib::RandomSeedA base class for random generators
RandomLib::RandomSelectRandom selection from a discrete set
RandomLib::RandomTypeClass to hold bit-width and unsigned type
RandomLib::SFMT19937The SFMT random number engine