Constructs a distribution from the given parameter set.

Synopsis

Declared in <absl/random/poisson_distribution.h>

explicit
poisson_distribution(param_type const& p);

Parameters

Name

Description

p

The parameter set.

Created with MrDocs