Click or drag to resize

RandGenMTwist(Int32) Constructor

Creates a random number generator initialized with the given seed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenMTwist(
	int seed
)

Parameters

seed  Int32
The seed.
See Also