Click or drag to resize

RandGenMTwistInitialize(Int32) Method

Reinitializes the random number generator with the given array.

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

Parameters

init  Int32
The array for initializing keys.
See Also