Package | Description |
---|---|
simkit.random |
A collection of Classes used to generate Random Numbers, Random
Variates, and RandomVectors.
|
Modifier and Type | Class and Description |
---|---|
class |
LogNormalVariate
Generates random variates from the Log Normal(μ, σ) distribution
based on the exponential transformation of a Normal.
|
class |
TruncatedNormalVariate
Generates Normal variates truncated at 0.0.
|
Modifier and Type | Field and Description |
---|---|
private NormalVariate |
InverseGaussianVariate.normal
The instance of the NormalVariate that is used to generate Inverse
Gaussian.
|