The Extreme.Statistics.Random namespace contains classes that represent random number generators and related classes.

Syntax

Visual Basic (Declaration)
Namespace Extreme.Statistics.Random
C#
namespace Extreme.Statistics.Random
C++
namespace Extreme.Statistics.Random

Classes

IconTypeDescription
public classExtendedRandom
Extends the functionality of Random.
public classFaureSequence
Represents a Fauré Sequence of pseudo-random vectors.
public classGfsrGenerator
Represents a generalized feedback shift register pseudo-random number generator.
public classHaltonSequence
Represents a Halton Sequence.
public classMersenneTwister
Represents a pseudo-random number generator based on the Mersenne Twister algorithm.
public classRandomEnumerator
Iterates over the items of a collection in a random manner. Every member of the collection is used exactly once.
public classRandomizedCollection
Represents a collection whose elements are enumerated in random order.
public classRandomSequence
Represents a pseudo-random Sequence.
public classRandomWordGenerator
Base class for random number generators that produce random data in chunks of 32-bit words.
public classRanLux
Represents a pseudo-random number generator
public classShuffler
Contains methods for shuffling (randomizing) the members of a collection.

Enumerations

IconTypeDescription
public enumerationRanLuxLuxuryLevel
Enumerates possible values for the LuxuryLevel of a RanLux random number generator.