Click or drag to resize

RandGenLogNormalNextDouble Method

Generates a double precision random number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double NextDouble()

Return Value

Double
A double precision random deviate from a lognormal distribution.
Remarks
This is the abstract method from the base class. It is equivalent to calling the method Next(). Calling NextDouble() will incur the extra overhead of a virtual function call.
See Also