param overloads
Synopses
Declared in <absl/random/bernoulli_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& param);
Return Value
The current parameter set.
Parameters
Name |
Description |
param |
The new parameter set. |
Created with MrDocs