[#absl-log_uniform_int_distribution-operator_call-09] = xref:absl.adoc[absl]::xref:absl/log_uniform_int_distribution.adoc[log_uniform_int_distribution]::operator() :relfileprefix: ../../ :mrdocs: Generates a random value in the interval [min, max]. == Synopsis Declared in `<absl/random/log_uniform_int_distribution.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename URBG> xref:absl/log_uniform_int_distribution/result_type.adoc[result_type] operator()(URBG& g); ---- == Return Value A random value in the closed interval [min, max]. == Parameters [cols="1,4"] |=== | Name| Description | *g* | The uniform random bit generator. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#