Click or drag to resize

FloatRandomLogNormalDistribution Constructor

Overload List
 NameDescription
Public methodFloatRandomLogNormalDistribution 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.
Public methodFloatRandomLogNormalDistribution(Single, Single, Single, Single) Constructs a random number generator for a beta distribution using the specified distribution parameters.
Public methodFloatRandomLogNormalDistribution(Single, Single, Single, Single, FloatRandomLogNormalDistributionGenerationMethod) Constructs a random number generator for a beta distribution using the specified distribution parameters.
Top
See Also