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

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public override bool Reset()
Visual Basic (Declaration)
Public Overrides Function Reset As Boolean
Visual C++
public:
virtual bool Reset() override

Return Value

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

See Also