Random numbers and Quasi-Random Sequences in Visual Basic

Random Number GeneratorsPermalink

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

Show code.

Non-Uniform Random NumbersPermalink

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

Show code.

Quasi-Random SequencesPermalink

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

Show code.