absl::poisson_distribution::param

param overloads

Synopses

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

Return Value

The current parameter set.

Parameters

NameDescription
pThe new parameter set.