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