Uses of Class
cern.colt.PersistentObject

Packages that use PersistentObject
cern.jet.random   
cern.jet.random.engine   
edu.cornell.lassp.houle.RngPack   
uk.ac.ed.inf.utils.stats   
 

Uses of PersistentObject in cern.jet.random
 

Subclasses of PersistentObject in cern.jet.random
 class AbstractContinousDistribution
          Abstract base class for all continous distributions.
 class AbstractDistribution
          Abstract base class for all random distributions.
 class Pareto
          Pareto Distribution.
 

Uses of PersistentObject in cern.jet.random.engine
 

Subclasses of PersistentObject 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 PersistentObject in edu.cornell.lassp.houle.RngPack
 

Subclasses of PersistentObject in edu.cornell.lassp.houle.RngPack
 class RandomElement
          RandomElement is an abstract class that encapsulates uniform random number generators.
 class RandomJava
          RandomJava is a class wrapper for the Math.random() generator that comes with Java.
 class RandomSeedable
          RandomSeedable is an abstract class that extends the RandomElement class to include the ability to automatically generate a valid long seed from the clock.
 class RandomShuffle
          RandomShuffle uses one random number generator to shuffle the numbers produced by another to obliterate sequential correlations.
 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.
 

Uses of PersistentObject in uk.ac.ed.inf.utils.stats
 

Subclasses of PersistentObject in uk.ac.ed.inf.utils.stats
 class PseudoTruncatedPareto
          A truncated pareto distribution which stores a big lists of power-law extracted random numbers.
 class TruncatedPareto
          A utility class to extract from a truncated Pareto (power-law, long-tail) distribution.