.TH "std::normal_distribution< _RealType >::param_type" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::normal_distribution< _RealType >::param_type .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fBnormal_distribution\fP< _RealType > \fBdistribution_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBparam_type\fP (_RealType \fB__mean\fP, _RealType \fB__stddev\fP=_RealType(1))" .br .ti -1c .RI "_RealType \fBmean\fP () \fBconst\fP" .br .ti -1c .RI "_RealType \fBstddev\fP () \fBconst\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator!=\fP (\fBconst\fP \fBparam_type\fP &\fB__p1\fP, \fBconst\fP \fBparam_type\fP &\fB__p2\fP)" .br .ti -1c .RI "bool \fBoperator==\fP (\fBconst\fP \fBparam_type\fP &\fB__p1\fP, \fBconst\fP \fBparam_type\fP &\fB__p2\fP)" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _RealType = double> .br struct std::normal_distribution< _RealType >::param_type"Parameter type\&. .PP Definition at line \fB1974\fP of file \fBrandom\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _RealType = double> \fBtypedef\fP \fBnormal_distribution\fP<_RealType> \fBstd::normal_distribution\fP< _RealType >::param_type::distribution_type" .PP Definition at line \fB1976\fP of file \fBrandom\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _RealType = double> \fBstd::normal_distribution\fP< _RealType >::param_type::param_type ()\fC [inline]\fP" .PP Definition at line \fB1978\fP of file \fBrandom\&.h\fP\&. .SS "template<\fBtypename\fP _RealType = double> \fBstd::normal_distribution\fP< _RealType >::param_type::param_type (_RealType __mean, _RealType __stddev = \fC_RealType(1)\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB1981\fP of file \fBrandom\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _RealType = double> _RealType \fBstd::normal_distribution\fP< _RealType >::param_type::mean () const\fC [inline]\fP" .PP Definition at line \fB1988\fP of file \fBrandom\&.h\fP\&. .SS "template<\fBtypename\fP _RealType = double> _RealType \fBstd::normal_distribution\fP< _RealType >::param_type::stddev () const\fC [inline]\fP" .PP Definition at line \fB1992\fP of file \fBrandom\&.h\fP\&. .SH "Friends And Related Symbol Documentation" .PP .SS "template<\fBtypename\fP _RealType = double> bool operator!= (\fBconst\fP \fBparam_type\fP & __p1, \fBconst\fP \fBparam_type\fP & __p2)\fC [friend]\fP" .PP Definition at line \fB2001\fP of file \fBrandom\&.h\fP\&. .SS "template<\fBtypename\fP _RealType = double> bool \fBoperator\fP== (\fBconst\fP \fBparam_type\fP & __p1, \fBconst\fP \fBparam_type\fP & __p2)\fC [friend]\fP" .PP Definition at line \fB1996\fP of file \fBrandom\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.