Overload List

  NameDescription
DoubleRandomLogNormalDistribution()()()
Constructs a random number generator for a beta distribution using default mean of 0.0, sigma of 1.0, displacement of 0.0, and scale of 1.0.
DoubleRandomLogNormalDistribution(Double, Double, Double, Double)
Constructs a random number generator for a beta distribution using the specified distribution parameters.
DoubleRandomLogNormalDistribution(Double, Double, Double, Double, DoubleRandomLogNormalDistribution..::.GenerationMethod)
Constructs a random number generator for a beta distribution using the specified distribution parameters.

See Also