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.
Definition at line 3779 of file random.h.
Generated automatically by Doxygen for libstdc++ from the source code.