Represents a collection whose elements are enumerated in random order.
Namespace: Extreme.Statistics.Random
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class RandomizedCollection _ Implements IEnumerable |
| C# |
|---|
public class RandomizedCollection : IEnumerable |
| C++ |
|---|
public ref class RandomizedCollection : IEnumerable |
Methods
| Icon | Type | Description |
|---|---|---|
| Equals(Object) | ||
| Finalize() | ||
| GetEnumerator() | Gets an IEnumerator that can be used to iterate through the elements
of the collection.
| |
| GetHashCode() | Serves as a hash function for a particular type. | |
| GetType() | Gets the Type of the current instance. | |
| MemberwiseClone() | Creates a shallow copy of the current Object. | |
| ToString() |
Constructors
| Icon | Type | Description |
|---|---|---|
| RandomizedCollectionNew(IEnumerable, Random) |
Constructs a new RandomizedCollection.
| |
| RandomizedCollectionNew(IEnumerable) |
Constructs a new RandomizedCollection.
|