std::gamma_distribution_param_type - Man Page
std::gamma_distribution< _RealType >::param_type
Synopsis
#include <random>
Public Types
typedef gamma_distribution< _RealType > distribution_type
Public Member Functions
param_type (_RealType __alpha_val, _RealType __beta_val=_RealType(1))
_RealType alpha () const
_RealType beta () const
Friends
class gamma_distribution< _RealType >
bool operator== (const param_type &__p1, const param_type &__p2)
Detailed Description
template<typename _RealType = double>
struct std::gamma_distribution< _RealType >::param_type"Parameter type.
Definition at line 2437 of file random.
Member Typedef Documentation
template<typename _RealType = double> typedef gamma_distribution<_RealType> std::gamma_distribution< _RealType >::param_type::distribution_type
Definition at line 2439 of file random.
Constructor & Destructor Documentation
template<typename _RealType = double> std::gamma_distribution< _RealType >::param_type::param_type () [inline]
Definition at line 2442 of file random.
template<typename _RealType = double> std::gamma_distribution< _RealType >::param_type::param_type (_RealType __alpha_val, _RealType __beta_val = _RealType(1)) [inline], [explicit]
Definition at line 2445 of file random.
Member Function Documentation
template<typename _RealType = double> _RealType std::gamma_distribution< _RealType >::param_type::alpha () const [inline]
Definition at line 2453 of file random.
template<typename _RealType = double> _RealType std::gamma_distribution< _RealType >::param_type::beta () const [inline]
Definition at line 2457 of file random.
Friends And Related Function Documentation
template<typename _RealType = double> friend class gamma_distribution< _RealType > [friend]
Definition at line 2439 of file random.
template<typename _RealType = double> bool operator== (const param_type & __p1, const param_type & __p2) [friend]
Definition at line 2461 of file random.
Author
Generated automatically by Doxygen for libstdc++ from the source code.