param overloads
Declared in <absl/random/bernoulli_distribution.h>
Returns the parameter set of the distribution.
param_type
param() const;
» more...
Sets the parameter set of the distribution.
void
param(param_type const& param);
» more...
The current parameter set.
| Name | Description |
|---|---|
| param | The new parameter set. |