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.