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
| Icon | Type | Description |
|---|---|---|
| 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
| Icon | Type | Description |
|---|---|---|
| RanLuxLuxuryLevel |
Enumerates possible values for the LuxuryLevel
of a RanLux random number generator.
|