Resets the enumerator.
Namespace: Extreme.Statistics.Random
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Reset |
| C# |
|---|
public void Reset () |
| C++ |
|---|
public: virtual void Reset () sealed |
Remarks
This method constructs a new random sequence each time it is called.
To repeat the same sequence, construct a new RandomEnumerator
object using a Random object with the same seed.