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.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public RandGenLogNormal(
	int seed
)
Visual Basic (Declaration)
Public Sub New ( _
	seed As Integer _
)
Visual C++
public:
RandGenLogNormal(
	int seed
)

Parameters

seed
Type: System..::.Int32
Random number seed.

See Also