Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Pareto distribution with a default shape paremeter of 1.

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

Syntax

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

See Also