26 #ifndef Common_DiscreteRandomGeneratorUniform_h
27 #define Common_DiscreteRandomGeneratorUniform_h
56 #endif // Common_DiscreteRandomGeneratorUniform_h
uint64_t m_pool_min
Lower bound of the range.
Discrete Random Generator.
uint64_t m_pool_max
Upper bound of the range.
std::mt19937 m_random_engine
The random number generator.
Generates samples from a discrete probability distribution in the range [0, max_val] by transforming ...