| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
18.6 Examples
The following program prints the first 1024 points of the 2-dimensional Sobol sequence.
|
Here is the output from the program,
$ ./a.out 0.50000 0.50000 0.75000 0.25000 0.25000 0.75000 0.37500 0.37500 0.87500 0.87500 0.62500 0.12500 0.12500 0.62500 .... |
It can be seen that successive points progressively fill-in the spaces between previous points.
