Click or drag to resize

RandomNumberStreamReset Method

Resets the the generator to the given seed.

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

Parameters

seed  Int32
The seed.
See Also