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

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

Syntax

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

Parameters

seed
Type: System..::.Int32
The seed.

Return Value

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

See Also