.TH "std::binomial_distribution< _IntType >" 3cxx "Fri Dec 19 2014" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::binomial_distribution< _IntType > \- .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP .SS "templateclass std::binomial_distribution< _IntType >" A discrete binomial random number distribution\&. The formula for the binomial probability density function is $p(i|t,p) = \binom{t}{i} p^i (1 - p)^{t - i}$ where $t$ and $p$ are the parameters of the distribution\&. .PP Definition at line 3777 of file random\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.