The RandGenLogNormal type exposes the following members.

Constructors

  NameDescription
RandGenLogNormalOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this random number generator.
(Overrides RandomNumberGenerator..::.Clone()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Next
Gets the next random deviate.
NextDouble
Generates a double precision random number.
(Overrides RandomNumberGenerator..::.NextDouble()()().)
NextDoubleComplex
Method for generating a double precision complex number random deviate.
(Overrides RandomNumberGenerator..::.NextDoubleComplex()()().)
NextFloat
Method for generating a single precision random deviate.
(Inherited from RandomNumberGenerator.)
NextFloatComplex
Method for generating a single precision complex number random deviate.
(Inherited from RandomNumberGenerator.)
ResetOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Mean
Gets and sets the mean of the lognormal distribution.
NormalMean
Gets and sets the mean of the underlying normal distribution.
NormalVariance
Gets and sets the variance of the underlying normal distribution.
UniformDeviateMethod
Gets and sets the delegate method for generating uniform deviates between zero and one.
Variance
Gets and sets the variance of the lognormal distribution.

See Also