Generates a random value in the interval [min, max].
Declared in <absl/random/log_uniform_int_distribution.h>
template<typename URBG>
result_type
operator()(URBG& g);
A random value in the closed interval [min, max].
| Name | Description |
|---|---|
| g | The uniform random bit generator. |