std::exponential_distribution< _RealType >::param_type
Contents
Detailed Description
template<typename_RealType=double>
struct std::exponential_distribution< _RealType >::param_type"Parameter type.
Name
std::exponential_distribution< _RealType >::param_type
Synopsis
#include <random>
PublicTypestypedefexponential_distribution< _RealType > distribution_typePublicMemberFunctionsparam_type (_RealType __lambda)
_RealType lambda () const
Friends
bool operator== (const param_type &__p1, const param_type &__p2)
