Random Enumerator<T>.Move Next Method
Advances the enumerator.
Definition
Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
false if the end of the collection was reached; true otherwise.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool MoveNext()
Return Value
Booleanfalse if the end of the collection was reached; true otherwise.