|
Class Summary |
| 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). |
| 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. |
| 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. |