Scroll to navigation

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

NAME

std::binomial_distribution< _IntType > -

SYNOPSIS

Detailed Description

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

A discrete binomial random number distribution.
The formula for the binomial probability density function is $p(i|t,p) = } p^i (1 - p)^{t - i}$ where $t$ and $p$ are the parameters of the distribution.
Definition at line 3777 of file random.h.

Author

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