Scroll to navigation

std::gamma_distribution< _RealType >(3cxx) std::gamma_distribution< _RealType >(3cxx)

NAME

std::gamma_distribution< _RealType > -

SYNOPSIS

Detailed Description

template<typename _RealType = double>class std::gamma_distribution< _RealType >

A gamma continuous distribution for random numbers.
The formula for the gamma probability density function is:
Definition at line 2502 of file random.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Fri Dec 19 2014 libstdc++