Resets the the generator to the given seed.

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

Syntax

C#
public void Reset(
	int seed
)
Visual Basic (Declaration)
Public Sub Reset ( _
	seed As Integer _
)
Visual C++
public:
void Reset(
	int seed
)

Parameters

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

See Also