#include <RandUint.h>
|
std::default_random_engine | m_re |
|
std::uniform_int_distribution< std::size_t > | m_dist |
|
Definition at line 8 of file RandUint.h.
◆ RandUint() [1/2]
◆ RandUint() [2/2]
RandUint::RandUint |
( |
std::size_t |
low, |
|
|
std::size_t |
high |
|
) |
| |
|
inline |
◆ operator()()
std::size_t RandUint::operator() |
( |
| ) |
|
|
inline |
◆ m_dist
std::uniform_int_distribution<std::size_t> RandUint::m_dist |
|
private |
◆ m_re
std::default_random_engine RandUint::m_re |
|
private |
The documentation for this class was generated from the following file: