.
More...
#include <generators.h>
Inheritance diagram for generators::RVG:

Public Member Functions | |
| RVG (unsigned int dim) | |
| Base constructor. | |
| virtual | ~RVG () |
| Base deconstructor. | |
| virtual void | nextVector (double *x)=0 |
| Produces the next d-dimensional vector. | |
| virtual void | setSeed (unsigned int seed)=0 |
| Sets a new seed. | |
Protected Attributes | |
| unsigned int | _dim |
| The number of dimensions we are generating points in. | |
.
|
|
Base constructor.
|
|
|
Produces the next d-dimensional vector.
Implemented in generators::DISCREP, and generators::RVG_RNG< RNG_TYPE >. |
|
|
Sets a new seed.
Implemented in generators::RVG_RNG< RNG_TYPE >. |
1.3.9.1