Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The mean and variance of the deviates are 0 and 1, respectively.

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

Syntax

C#
public RandGenNormal()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
RandGenNormal()

See Also