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