absl::BitGenRef::max

Returns the largest possible value from this bit generator.

Synopsis

Declared in <absl/random/bit_gen_ref.h>

constexpr
static
result_type
max();

Return Value

The largest value that operator() can return.