Home > Extreme Optimization Statistics Library for .NET > Reference >


Extreme Optimization Statistics Library for .NET

Extreme.Statistics.Random Namespace

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

Classes

ClassDescription
ExtendedRandom Extends the functionality of Random.
FaureSequence Represents a Fauré Sequence of pseudo-_random vectors.
GfsrGenerator Represents a generalized feedback shift register pseudo-_random number generator.
HaltonSequence Represents a Halton Sequence.
MersenneTwister Represents a pseudo-_random number generator based on the Mersenne Twister algorithm.
RandomEnumerator Iterates over the items of a collection in a _random manner. Every member of the collection is used exactly once.
RandomizedCollection Represents a collection whose elements are enumerated in _random order.
RandomSequence Represents a pseudo-_random Sequence.
RandomWordGenerator Base class for _random number generators that produce _random data in chunks of 32-bit words.
RanLux Represents a pseudo-_random number generator
Shuffler Contains methods for shuffling (randomizing) the members of a collection.

Enumerations

EnumerationDescription
RanLuxLuxuryLevel Enumerates possible values for the LuxuryLevel of a RanLux _random number generator.