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


Extreme Optimization Statistics Library for .NET

RandomWordGenerator Class

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

[Visual Basic]
MustInherit Public Class RandomWordGenerator
Inherits ExtendedRandom
[C#]
public abstract class RandomWordGenerator : ExtendedRandom

Remarks

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.

Requirements

Namespace: Extreme.Statistics.Random

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

RandomWordGenerator Members | Extreme.Statistics.Random Namespace