Classes | |
| class | generators::DISCREP |
| A random vector generator using discrepancy sampling. More... | |
| class | generators::STD_RANDOM |
| This uses the system's built-in random function. More... | |
| 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... | |
| class | generators::LC_RNG |
| A basic linear congruential RNG. More... | |
| class | generators::RANDU |
| The RANDU LC RNG. More... | |
| class | generators::QUICK |
| The QUICK LC RNG. More... | |
1.3.9.1