Click or drag to resize

RandGenMTwistInitialize(Int32) Method

Reinitializes the random number generator with the given seed.

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

Parameters

seed  Int32
The seed.
See Also