Click or drag to resize

RandGenNormalReset Method

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

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

Return Value

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