Click or drag to resize

RandomNumbersT, DReset(Int32, Int32) Method

Resets the underlying stream using the given seed and buffer size.

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

Parameters

seed  Int32
The seed.
bufferSize  Int32
The buffer size.
See Also