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