#include "LC_RNGs.h"
Go to the source code of this file.
Namespaces | |
| namespace | generators |
Classes | |
| class | generators::DISCREP |
| A random vector generator using discrepancy sampling. More... | |
Defines | |
| #define | MAX_DIM 32 |
| Max dimensions of domain (i.e. | |
| #define | COORD_DIGITS 32 |
| Nr of digits in a coordinate. | |
Uses discrepancy sampling. Based on sample code from Richard E.Crandall's 'Projects in Scientific Computation'. Springer, 2000.
Albert-Jan Yzelman, yzelman@math.uu.nl
|
|
Max dimensions of domain (i.e. max # coords of a point) |
1.3.9.1