Generates a random value using the given parameter set.
Declared in <absl/random/beta_distribution.h>
template<typename URBG>
beta_distribution<RealType>::result_type
operator()(
URBG& g,
param_type const& p);
A random value drawn from the distribution.
| Name | Description |
|---|---|
| g | The uniform random bit generator. |
| p | The parameter set to use for this call. |