param overloads
<bits/uniform_int_dist.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...
| Name | Description |
|---|---|
| __param | The new parameter set of the distribution. |