Std::gamma_distribution _realtype -
A gamma continuous distribution for random numbers.
The formula for the gamma probability density function is: \[ p(x|\alpha,\beta) = ac{1}{\beta\Gamma(\alpha)} (x/\beta)^{\alpha - 1} e^{-x/\beta} \]
Definition at line 2504 of file random.h.
Generated automatically by Doxygen for libstdc++ from the source code.