Interface | Description |
---|---|
DoubleRandomGenerator |
An interface for generating random double values.
|
DoubleSymmetricGenerator |
This interface introduces additional semantics to
DoubleRandomGenerator . |
IntRandomGenerator | |
NormalizedDoubleRandomGenerator |
This interface introduces additional semantics to the
DoubleRandomGenerator one. |
RandomGenerator |
Class | Description |
---|---|
CauchyGenerator |
An implementation of
DoubleSymmetricGenerator which generates values on the base of a Cauchy distribution. |
GaussianGenerator |
An implementation of
DoubleSymmetricGenerator which generates values on the base of a Gaussian distribution. |
GaussianGenerator.NormalCdf |
Helper class, encapsulate the inverse of the cdf of a normal distribution.
|
JavaRandomGenerator |
Random generator utilities.