.TH "std::gamma_distribution< _RealType >" 3cxx "Fri Dec 19 2014" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::gamma_distribution< _RealType > \- .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP .SS "templateclass std::gamma_distribution< _RealType >" A gamma continuous distribution for random numbers\&. The formula for the gamma probability density function is: \[ p(x|\alpha,\beta) = \frac{1}{\beta\Gamma(\alpha)} (x/\beta)^{\alpha - 1} e^{-x/\beta} \] .PP Definition at line 2502 of file random\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.