Constructs a random number generator using a seeded RandGenMTwist as the
underlying uniform random number generator. The mean and variance of the
deviates are 0 and 1, respectively.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public RandGenNormal( int seed ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ seed As Integer _ ) |
| Visual C++ |
|---|
public: RandGenNormal( int seed ) |
Parameters
- seed
- Type: System..::.Int32
Random number seed.