Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a beta distribution with alpha and beta equal to one.

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

Syntax

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

Parameters

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

See Also