Generates a random value in the interval [min, max].

Synopsis

Declared in <absl/random/log_uniform_int_distribution.h>

template<typename URBG>
result_type
operator()(URBG& g);

Return Value

A random value in the closed interval [min, max].

Parameters

Name

Description

g

The uniform random bit generator.

Created with MrDocs