MercuryDPM
Alpha
|
This is the complete list of members for RNG, including all inherited members.
a_ | RNG | private |
c_ | RNG | private |
getRandomNumber(Mdouble min, Mdouble max) | RNG | |
getRandomNumberFromLaggedFibonacciGenerator(Mdouble min, Mdouble max) | RNG | private |
getRandomNumberFromLinearCongruentialGenerator(Mdouble min, Mdouble max) | RNG | private |
m_ | RNG | private |
operator()(Mdouble min, Mdouble max) | RNG | inline |
operator()() | RNG | inline |
p_ | RNG | private |
q_ | RNG | private |
randomise() | RNG | |
randomSeedLaggedFibonacciGenerator_ | RNG | private |
randomSeedLinearCongruentialGenerator_ | RNG | private |
read(std::istream &is) | RNG | |
RNG() | RNG | |
seedLaggedFibonacciGenerator() | RNG | private |
setLaggedFibonacciGeneratorParameters(const unsigned int p, const unsigned int q) | RNG | |
setLinearCongruentialGeneratorParmeters(unsigned const int a, unsigned const int c, unsigned const int m) | RNG | |
setRandomNumberGenerator(RNGType type) | RNG | |
setRandomSeed(unsigned long int new_seed) | RNG | |
test() | RNG | |
type_ | RNG | private |
write(std::ostream &os) const | RNG |