Click or drag to resize
MersenneTwister Constructor (UInt32)
Initializes the 32-bit Mersenne Twister generator using a seed.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public MersenneTwister(
	uint s
)

Parameters

s
Type: SystemUInt32
A uint which contains the seed that is used to initialize the 32-bit Mersenne Twister generator.
See Also