Template Class RandomGenerator

Inheritance Relationships

Derived Types

Class Documentation

template<class T>
class RandomGenerator

Subclassed by RG_uniform_int< T >, RG_uniform_real< T >

Public Functions

virtual T draw() = 0
virtual std::vector<T> draw(size_t n) = 0
virtual T operator()() = 0