#include <cstdlib>
#include <cmath>
Go to the source code of this file.
Namespaces | |
| namespace | generators |
Classes | |
| class | generators::RNG |
| Outline of a basic RNG. More... | |
| class | generators::RVG |
Outline of a Random Vector Generator, which generates d-dimensional points in . More... | |
| class | generators::RVG_RNG< RNG_TYPE > |
| A simple RVG using an RNG to generate d random points and use those as the random point coordinates. More... | |
Defines | |
| #define | DEFAULT_SEED 1234567891 |
| This is the default seed to be used by RNGs when initially constructed. | |
Albert-Jan Yzelman, yzelman@math.uu.nl
1.3.9.1