| generators::DISCREP | A random vector generator using discrepancy sampling |
| generators::LC_RNG | A basic linear congruential RNG |
| generators::QUICK | The QUICK LC RNG |
| generators::RANDU | The RANDU LC RNG |
| generators::RNG | Outline of a basic RNG |
| RNG_factory | This class is used for requesting all kinds of RNGs |
| generators::RVG | Outline of a Random Vector Generator, which generates d-dimensional points in |
| generators::RVG_RNG< RNG_TYPE > | A simple RVG using an RNG to generate d random points and use those as the random point coordinates |
| generators::STD_RANDOM | This uses the system's built-in random function |
1.3.9.1