Uses of Package
cern.jet.random.engine
Packages that use cern.jet.random.engine
Package
Description
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix
, without subsetting or supersetting.Large variety of probability distributions featuring high performance generation
of random numbers, CDF's and PDF's.
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.
Samples (picks) random subsets of data sequences.
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
-
Classes in cern.jet.random.engine used by cern.colt.matrix.doublealgoClassDescriptionAbstract base class for uniform pseudo-random number generating engines.
-
Classes in cern.jet.random.engine used by cern.colt.matrix.implClassDescriptionMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
-
Classes in cern.jet.random.engine used by cern.jet.randomClassDescriptionAbstract base class for uniform pseudo-random number generating engines.
-
Classes in cern.jet.random.engine used by cern.jet.random.engineClassDescriptionMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.Abstract base class for uniform pseudo-random number generating engines.
-
Classes in cern.jet.random.engine used by cern.jet.random.samplingClassDescriptionAbstract base class for uniform pseudo-random number generating engines.
-
Classes in cern.jet.random.engine used by cern.jet.stat.quantileClassDescriptionAbstract base class for uniform pseudo-random number generating engines.
-
Classes in cern.jet.random.engine used by hep.aida.binClassDescriptionAbstract base class for uniform pseudo-random number generating engines.