libstdc++
std::poisson_distribution< _IntType > Class Template Reference

Detailed Description

template<typename _IntType = int>
class std::poisson_distribution< _IntType >

A discrete Poisson random number distribution.

The formula for the Poisson probability density function is $p(i|\mu) = \frac{\mu^i}{i!} e^{-\mu}$ where $\mu$ is the parameter of the distribution.

Definition at line 4432 of file random.h.


The documentation for this class was generated from the following file: