Random Numbers

Random numbers are indispensable in applications like Monte Carlo simulations. Numerics.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é, Sobol sequences) and to test data for randomness. All these classes reside in the Numerics.NET.Random namespace.

In this section: