Scroll to navigation

std::poisson_distribution< _IntType >(3cxx) std::poisson_distribution< _IntType >(3cxx)

NAME

std::poisson_distribution< _IntType > -

SYNOPSIS

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|) = ac{^i}{i!} e^{-}$ where $$ is the parameter of the distribution.
Definition at line 4430 of file random.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Fri Dec 19 2014 libstdc++