Click or drag to resize

RandGenNormalReset(Int32) Method

Resets the underlying uniform random number generator with the given seed.

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

Parameters

seed  Int32
The seed.

Return Value

Boolean
True of reset was successful. Returns false if the underlying uniform random number generator does not support resets.
See Also