Uses of Class
cern.jet.random.engine.RandomEngine
Packages that use RandomEngine
-
Uses of RandomEngine in cern.jet.random
Fields in cern.jet.random declared as RandomEngineMethods in cern.jet.random that return RandomEngineModifier and TypeMethodDescriptionprotected RandomEngineAbstractDistribution.getRandomGenerator()Returns the used uniform random number generator;static RandomEngineAbstractDistribution.makeDefaultGenerator()Constructs and returns a new uniform random number generation engine seeded with the current time.Methods in cern.jet.random with parameters of type RandomEngineModifier and TypeMethodDescriptionprotected voidAbstractDistribution.setRandomGenerator(RandomEngine randomGenerator) Sets the uniform random generator internally used.static voidUniform.staticSetRandomEngine(RandomEngine randomGenerator) Sets the uniform random number generation engine shared by all static methods.Constructors in cern.jet.random with parameters of type RandomEngineModifierConstructorDescriptionUniform(double min, double max, RandomEngine randomGenerator) Constructs a uniform distribution with the given minimum and maximum.Uniform(RandomEngine randomGenerator) Constructs a uniform distribution withmin=0.0andmax=1.0. -
Uses of RandomEngine in cern.jet.random.engine
Subclasses of RandomEngine in cern.jet.random.engineModifier and TypeClassDescriptionclassQuick medium quality uniform pseudo-random number generator.classMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.Methods in cern.jet.random.engine that return RandomEngineModifier and TypeMethodDescriptionstatic RandomEngineRandomEngine.makeDefault()Constructs and returns a new uniform random number engine seeded with the current time.