Constructs a distribution with the given mean.

Synopsis

Declared in <absl/random/poisson_distribution.h>

explicit
poisson_distribution(double mean);

Parameters

Name

Description

mean

The mean of the distribution.

Created with MrDocs