Returns the smallest possible value from this bit generator.

Synopsis

Declared in <absl/random/bit_gen_ref.h>

constexpr
static
result_type
min();

Return Value

The smallest value that operator() can return.

Created with MrDocs