#include <generators.h>
Inheritance diagram for generators::RVG_RNG< RNG_TYPE >:

Public Member Functions | |
| RVG_RNG (unsigned int dim) | |
| Base constructor. | |
| virtual | ~RVG_RNG () |
| Base deconstructor. | |
| virtual void | nextVector (double *x) |
| virtual void | setSeed (unsigned int seed) |
Protected Attributes | |
| RNG_TYPE | generator |
| The RNG used for coordinate generation. | |
|
||||||||||
|
Base constructor. Constructs a d-dimensional random vector generator.
|
|
||||||||||
|
Implements generators::RVG. |
|
||||||||||
|
Implements generators::RVG. |
1.3.9.1