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