Click or drag to resize

RandGenNormal Constructor

Overload List
 NameDescription
Public methodRandGenNormal 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.
Public methodRandGenNormal(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.
Public methodRandGenNormal(RandomNumberGeneratorUniformRandomNumber) 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.
Public methodRandGenNormal(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.
Public methodRandGenNormal(Double, Double, RandomNumberGeneratorUniformRandomNumber) 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.
Public methodRandGenNormal(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.
Top
See Also