RandomEnumerator<T>.Reset Method

Resets the enumerator.

Definition

Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Reset()

Implements

IEnumerator.Reset()

Remarks

This method constructs a new random sequence each time it is called. To repeat the same sequence, construct a new RandomEnumerator<T> object using a Random object with the same seed.

See Also