Generates a random value using the given parameter set.
Declared in <absl/random/uniform_real_distribution.h>
template<typename URBG>
uniform_real_distribution<RealType>::result_type
operator()(
URBG& gen,
param_type const& p);
A random value in the half-open interval [a, b).]
| Name | Description |
|---|---|
| gen | The uniform random bit generator. |
| p | The parameter set to use for this call. |