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

IconTypeDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
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()
Returns a String that represents the current Object.

Constructors

IconTypeDescription
RandomizedCollectionNew(IEnumerable, Random)
Constructs a new RandomizedCollection.
RandomizedCollectionNew(IEnumerable)
Constructs a new RandomizedCollection.

Inheritance Hierarchy

System.Object
  Extreme.Statistics.Random.RandomizedCollection