Function call operators
Declared in <absl/random/zipf_distribution.h>
Generates a random integer.
template<typename URBG>
result_type
operator()(URBG& g);
» more...
Generates a random integer using the given parameter set.
template<typename URBG>
zipf_distribution<IntType>::result_type
operator()(
URBG& g,
param_type const& p);
» more...
p.| Name | Description |
|---|---|
| g | The uniform random bit generator. |
| p | The parameter set to use for this call. |