.TH "std::geometric_distribution< _IntType >" 3cxx "Wed Jan 31 2018" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::geometric_distribution< _IntType > \- .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP .SS "templateclass std::geometric_distribution< _IntType >" A discrete geometric random number distribution\&. The formula for the geometric probability density function is $p(i|p) = p(1 - p)^{i}$ where $p$ is the parameter of the distribution\&. .PP Definition at line 4010 of file random\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.