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