Random numbers are indispensable in applications like Monte Carlo simulations. The Extreme Optimization
Statistics Library for .NET provides a full spectrum of random number generators, from the fast and simple to
the slower but more robust. Classes are also available to generate pseudo-random sequences (Faur sequences) and to
test data for randomness. All these classes reside in the Extreme.Statistics.Random namespace.
In this section: