Random numbers are indispensable in applications like Monte Carlo simulations.
The Extreme Optimization Numerical Libraries for .NET
provide 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é, Sobol sequences) and to test data for randomness.
All these classes reside in the Extreme.Mathematics.Random namespace.
In this section: