absl::uniform_real_distribution::param

param overloads

Synopses

Declared in <absl/random/uniform_real_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& params);
» more...

Return Value

The current parameter set.

Parameters

NameDescription
paramsThe new parameter set.