The Extreme.Statistics.Random namespace contains classes that represent random number generators and related classes.
Classes
|
| Class | Description |
|---|
 | CorrelatedRandomNumberGenerator |
Represents a random number generator that produces correlated random variables.
|
 | 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 RanLux pseudo-random number generator
|
 | RanLux24 |
Represents a RanLux pseudo-random number generator
|
 | Shuffler |
Contains methods for shuffling (randomizing) the members
of a collection.
|
Enumerations