std::gamma_distribution< _RealType >::param_type(3cxx) | std::gamma_distribution< _RealType >::param_type(3cxx) |
std::gamma_distribution< _RealType >::param_type
#include <random.h>
typedef gamma_distribution< _RealType >
distribution_type
param_type (_RealType __alpha_val, _RealType
__beta_val=_RealType(1))
_RealType alpha () const
_RealType beta () const
class gamma_distribution< _RealType >
bool operator!= (const param_type &__p1,
const param_type &__p2)
bool operator== (const param_type &__p1,
const param_type &__p2)
struct std::gamma_distribution< _RealType >::param_type"Parameter type.
Definition at line 2406 of file random.h.
Definition at line 2408 of file random.h.
Definition at line 2411 of file random.h.
Definition at line 2414 of file random.h.
Definition at line 2422 of file random.h.
Definition at line 2426 of file random.h.
Definition at line 2408 of file random.h.
Definition at line 2435 of file random.h.
Definition at line 2430 of file random.h.
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |