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