Namespace: Extreme.Statistics.RandomAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public RandomEnumerator(
IEnumerable list,
int seed
)
Public Sub New (
list As IEnumerable,
seed As Integer
)
public:
RandomEnumerator(
IEnumerable^ list,
int seed
)
new :
list : IEnumerable *
seed : int -> RandomEnumerator
Parameters
- list
- Type: System.CollectionsIEnumerable
A collection that implements the
IEnumerable interface. - seed
- Type: SystemInt32
An integer used to initialize the
random number generator that produces the random
sequence. Passing the same seed value to this
method will produce the same random sequence.
If the collection also implements the
IList interface, the method that takes
an IList parameter is more efficient.
Numerical Libraries
Supported in: 5.x, 4.x
Reference