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