Template Class RG_uniform_real

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

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