Click or drag to resize

RandGenMTwist(Int32) Constructor

Creates a random number generator initialized with the given array.

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

Parameters

init  Int32
The array for initializing keys.
See Also