Generates a random integer.

Synopsis

Declared in <absl/random/poisson_distribution.h>

template<typename URBG>
result_type
operator()(URBG& g);

Return Value

A random integer distributed according to the parameter set.

Parameters

Name

Description

g

The uniform random bit generator.

Created with MrDocs