Template Class RG_uniform_int

Inheritance Relationships

Base Type

Class Documentation

template<class T>
class RG_uniform_int : private RandomGenerator<T>

Public Functions

inline RG_uniform_int()
inline RG_uniform_int(int seed)
inline RG_uniform_int(T min, T max)
inline RG_uniform_int(int seed, T min, T max)
inline virtual std::vector<T> draw(size_t n)