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.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public RandGenBeta() |
| Visual Basic (Declaration) |
|---|
Public Sub New |
| Visual C++ |
|---|
public: RandGenBeta() |