mp_units::uniform_int_distribution::param

param overloads

Synopses

Declared in <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...

Parameters

Name Description
__param The new parameter set of the distribution.