|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomSeedable | |
cern.jet.random.engine | Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution. |
edu.cornell.lassp.houle.RngPack | More strong uniform pseudo-random number generators. |
Uses of RandomSeedable in cern.jet.random.engine |
Subclasses of RandomSeedable in cern.jet.random.engine | |
class |
DRand
Quick medium quality uniform pseudo-random number generator. |
class |
MersenneTwister
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick. |
class |
MersenneTwister64
Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers. |
class |
RandomEngine
Abstract base class for uniform pseudo-random number generating engines. |
Uses of RandomSeedable in edu.cornell.lassp.houle.RngPack |
Subclasses of RandomSeedable in edu.cornell.lassp.houle.RngPack | |
class |
Ranecu
Ranecu is an advanced multiplicative linear congruential random number generator with a period of aproximately 1018. |
class |
Ranlux
RANLUX is an advanced pseudo-random number generator based on the RCARRY algorithm proposed in 1991 by Marsaglia and Zaman. |
class |
Ranmar
RANMAR is a lagged Fibonacci generator proposed by Marsaglia and Zaman and is a good research grade generator. |
|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |