The library currently uses rand as the source of pseudo-random numbers. This has various disadvantages, such as far slower convergence than using a Sobol sequence.
Sobol needs to be handled with care. See Monte Carlo Methods in Finance by Peter Jaeckel for details.
The library currently uses rand as the source of pseudo-random numbers. This has various disadvantages, such as far slower convergence than using a Sobol sequence.
Sobol needs to be handled with care. See Monte Carlo Methods in Finance by Peter Jaeckel for details.