Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Random Namespace
Base class for _random number generators that produce _random data in chunks of 32-bit words.
For a list of all members of this type, see RandomWordGenerator Members.
System.Object
Random
ExtendedRandom
RandomWordGenerator
Use RandomWordGenerator as the base class for pseudo-_random number generator classes that produce _random data in chunks of 32-bit words. RandomWordGenerator overrides most of Random's members to use the values produced by the derived class.
RandomWordGenerator is an abstract base class that cannot be instantiated.
Notes to inheritors If you inherit from this class, you must override the following member: GenerateNextWord.
Namespace: Extreme.Statistics.Random
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
RandomWordGenerator Members | Extreme.Statistics.Random Namespace