Initializes the 32-bit Mersenne Twister generator using a seed.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public MersenneTwister( uint s ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ s As UInteger _ ) |
Visual C++ |
---|
public: MersenneTwister( unsigned int s ) |
Parameters
- s
- Type: System..::.UInt32
A uint which contains the seed that is used to initialize the 32-bit Mersenne Twister generator.