10 #if !defined(EXRANDOM_RAND_TABLE_HPP) 11 #define EXRANDOM_RAND_TABLE_HPP 1 25 static const uint_t
base = 10U;
51 template<
typename Generator>
53 { ++_count;
return g(); }
57 long long count()
const {
return _count; }
62 template<
typename RealType>
70 #endif // EXRANDOM_RAND_TABLE_HPP static const uint_t max_value
Definition of digit_arithmetic.
static const uint_t min_value
a wrapper to table_gen to make it look like a rand_digit.
static RealType invrealbase()
uint_t operator()(Generator &g)
static const bool power_of_two