| AbstractCommonsRandomNumberGenerator |
Ancestor Apache commons-based random number generators.
|
| Beta |
Generates random numbers from a Beta random variable.
|
| Cauchy |
Generates random numbers from a cauchy random variable with specified mean and standard deviation.
|
| ChiSquare |
Random generator that generates random doubles (0-1) using Java's java.util.Random class.
|
| Exponential |
Generates random numbers from an Exponential random variable (Mean = 1/lambda, variance = 1/lambda^2).
|
| ISAACRandom |
ISAAC: a fast cryptographic pseudo-random number generator.
For more information see:
http://burtleburtle.net/bob/rand/isaacafa.html
|
| JMathArrayInt |
Random generator that generates random integers using JMathArray's randInt method.
|
| LogNormal |
Generates random numbers from a log normal distribution with specified mean and standard deviation.
|
| MersenneTwister |
This class implements a powerful pseudo-random number generator developed by Makoto Matsumoto and Takuji Nishimura during 1996-1997.
|
| Normal |
Generates random numbers from a normal distribution with specified mean and standard deviation.
|
| Random |
Based on JMathArray's org.math.array.util.Random class.
|
| Triangular |
Generates random numbers from a symetric triangular random variable.
|
| Uniform |
Generates random numbers from a uniform random variable.
|
| Weibull |
Generates random numbers from a Weibull random variable with specified mean and standard deviation.
|
| Well1024a |
This class implements the WELL1024a pseudo-random number generator from Francois Panneton, Pierre L'Ecuyer and Makoto Matsumoto
|
| Well19937a |
This class implements the Well19937a pseudo-random number generator from Francois Panneton, Pierre L'Ecuyer and Makoto Matsumoto
|
| Well19937c |
This class implements the Well19937c pseudo-random number generator from Francois Panneton, Pierre L'Ecuyer and Makoto Matsumoto
|
| Well44497a |
This class implements the Well44497a pseudo-random number generator from Francois Panneton, Pierre L'Ecuyer and Makoto Matsumoto
|
| Well44497b |
This class implements the Well44497b pseudo-random number generator from Francois Panneton, Pierre L'Ecuyer and Makoto Matsumoto
|
| Well512a |
This class implements the Well512a pseudo-random number generator from Francois Panneton, Pierre L'Ecuyer and Makoto Matsumoto
|