Namespace: Extreme.Statistics.RandomAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public RandomizedCollection(
IEnumerable list,
Random random
)
Public Sub New (
list As IEnumerable,
random As Random
)
public:
RandomizedCollection(
IEnumerable^ list,
Random^ random
)
new :
list : IEnumerable *
random : Random -> RandomizedCollection
Parameters
- list
- Type: System.CollectionsIEnumerable
An object that implements the IEnumerable interface. - random
- Type: SystemRandom
The random number generator to use to generate the randomization.
Numerical Libraries
Supported in: 5.x, 4.x
Reference