This class defines an interface for N dimensional random number generators.
void cacheGeneratedValue(const size_t index, const double value)
Cache a value for a given dimension index, i.e. 0->ND-1.
virtual double nextValue()=0
Return the next double in the sequence.
void generateNextPoint() override
Generates the next point.
PseudoRandomNumberGenerator()
Default constructor setting the dimension to 1.