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


Extreme Optimization Statistics Library for .NET

ExtendedRandom Class

Extends the functionality of Random.

For a list of all members of this type, see ExtendedRandom Members.

System.Object
   Random
      ExtendedRandom

[Visual Basic]
Public Class ExtendedRandom
Inherits Random
[C#]
public class ExtendedRandom : Random

Remarks

Use the ExtendedRandom class to represent a _random number generator with more functionality than the Random class supplied with the .NET Framework Base Class Libraries.

In particular, ExtendedRandom provides a Fill method which allows a sequence of pseudo-_random numbers to be generated in one operation.

The Next and NextDouble classes also support generation of _random numbers from any distribution.

Requirements

Namespace: Extreme.Statistics.Random

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

See Also

ExtendedRandom Members | Extreme.Statistics.Random Namespace