#include <statistics.hpp>
template<typename T = int>
class vg::uniform_int_distribution< T >
This uniform_int_distribution implementation is based on the UniformRealDistribution from https://stackoverflow.com/a/34962942
◆ result_type
template<typename T = int>
◆ uniform_int_distribution()
template<typename T = int>
◆ a()
template<typename T = int>
◆ b()
template<typename T = int>
◆ generate_from_wide_generator()
template<typename T = int>
template<class Generator >
Generate a result when we know the generator will produce a result on a range as big as or bigger than ours.
◆ operator()()
template<typename T = int>
template<class Generator >
◆ reset()
template<typename T = int>
◆ m_a
template<typename T = int>
◆ m_b
template<typename T = int>
The documentation for this class was generated from the following file: