Visualisation of the first 10 dimensions of the Sobol low discrepancy sequence.
Low-discrepancy sequences are also called quasi-random sequences, due to their common use as a replacement of uniformly distributed random numbers. Quasi-random numbers have an advantage over pure random numbers in that they cover the domain of interest quickly and evenly. This is an important feature when performing numerical integration via Monte Carlo techniques.
The Sobol sequence preserves low discrepancy properties in multi dimensions which makes it a good candidate for quasi Monte Carlo methods on random paths.
Sobol implementation in d3-quant, single code base visualisations on svg and canvas thanks to d3-canvas-transition module.