Random numbers and Quasi-Random Sequences in Visual Basic

Non-Uniform Random Numbers

Illustrates how to generate random numbers from a non-uniform distribution.

Show code.

Quasi-Random Sequences

Illustrates how to generate quasi-random sequences like Fauré and Sobol sequences using classes in the Numerics.NET.Statistics.Random namespace.

Show code.

Random Number Generators

Illustrates how to use specialized random number generator classes in the Numerics.NET.Statistics.Random namespace.

Show code.