Random Enumerator<T> Constructor
Definition
Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Random | Constructs a new RandomEnumerator<T> object. |
Random | Constructs a new RandomEnumerator<T> object. |
RandomEnumerator<T>(IList<T>)
Constructs a new RandomEnumerator<T> object.
Exceptions
ArgumentNullException | list is null. |
RandomEnumerator<T>(IList<T>, Random)
Constructs a new RandomEnumerator<T> object.
Exceptions
ArgumentNullException | list is null.
-or- random is null. |