param overloads
Synopses
Declared in <absl/random/uniform_int_distribution.h>
Returns the parameter set of the distribution.
param_type
param() const;
Sets the parameter set of the distribution.
void
param(param_type const& params);
Return Value
The current parameter set.
Parameters
Name |
Description |
params |
The new parameter set. |
Created with MrDocs