std::uniform_real_distribution< _RealType >::param_type
Contents
Detailed Description
template<typename_RealType=double>
struct std::uniform_real_distribution< _RealType >::param_type"Parameter type.
Name
std::uniform_real_distribution< _RealType >::param_type
Synopsis
#include <random>
PublicTypestypedefuniform_real_distribution< _RealType > distribution_typePublicMemberFunctionsparam_type (_RealType __a, _RealType __b=_RealType(1))
result_typea () const
result_typeb () const
Friends
bool operator== (const param_type &__p1, const param_type &__p2)
