Overload List
| Name | Description | |
|---|---|---|
| RandGenNormal()()() |
Constructs a random number generator using a RandGenMTwist as the
underlying uniform random number generator. The mean and variance of the
deviates are 0 and 1, respectively.
| |
| RandGenNormal(RandomNumberGenerator..::.UniformRandomNumber) |
Constructs a random number generator using the given delegate as the
underlying uniform random number generator. The mean and variance of the
deviates are 0 and 1, respectively.
| |
| RandGenNormal(Int32) |
Constructs a random number generator using a seeded RandGenMTwist as the
underlying uniform random number generator. The mean and variance of the
deviates are 0 and 1, respectively.
| |
| RandGenNormal(Double, Double) |
Constructs a random number generator using a RandGenMTwist as the
underlying uniform random number generator. The generated deviates will follow
a normal distribution with the specified mean and variance.
| |
| RandGenNormal(Double, Double, RandomNumberGenerator..::.UniformRandomNumber) |
Constructs a random number generator using the given delegate as the
underlying uniform random number generator. The generated deviates will follow
a normal distribution with the specified mean and variance.
| |
| RandGenNormal(Double, Double, Int32) |
Constructs a random number generator using a seeded RandGenMTwist as the
underlying uniform random number generator. The generated deviates will follow
a normal distribution with the specified mean and variance.
|