Uses of Class
edu.cornell.lassp.houle.RngPack.RandomSeedable

Packages that use RandomSeedable
cern.jet.random.engine   
edu.cornell.lassp.houle.RngPack   
 

Uses of RandomSeedable in cern.jet.random.engine
 

Subclasses of RandomSeedable in cern.jet.random.engine
 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 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.