Sets the parameter set of the distribution.

Synopsis

Declared in <absl/random/uniform_int_distribution.h>

void
param(param_type const& params);

Parameters

Name

Description

params

The new parameter set.

Created with MrDocs