Click or drag to resize

RandGenLogNormal Constructor

Overload List
 NameDescription
Public methodRandGenLogNormal Constructs a RandGenLogNormal instance with the default underlying normal distribution. The generated deviates will follow a lognormal distribution with default mean of 1.0 and variance of 0.1.
Public methodRandGenLogNormal(Int32) Constructs a seeded RandGenLogNormal instance with the default underlying normal distribution. The generated deviates will follow a lognormal distribution with default mean of 1.0 and variance of 0.1.
Public methodRandGenLogNormal(RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a lognormal distribution with a mean of 1.0 and variance of 0.1.
Public methodRandGenLogNormal(Double, Double) Constructs a RandGenLogNormal instance with the default underlying normal distribution. The generated deviates will follow a lognormal distribution with the specified mean and variance.
Public methodRandGenLogNormal(Double, Double, RandomNumberGeneratorUniformRandomNumber) Constructs a RandGenLogNormal instance using the given delegate as the underlying uniform random number generator. The generated deviates will follow a lognormal distribution with the specified mean and variance.
Public methodRandGenLogNormal(Double, Double, Int32) Constructs a seeded RandGenLogNormal instance with the default underlying normal distribution. The generated deviates will follow a lognormal distribution with the specified mean and variance.
Top
See Also