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