Random numbers and Quasi-Random Sequences in F#

Random Number Generators

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

Show code.

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 Extreme.Statistics.Random namespace.

Show code.