|
STLdoc
STLdocumentation
|
Classes | |
| struct | param_type |
Public Types | |
| typedef uniform_real_distribution< _Ty > | _Myt |
| typedef uniform_real< _Ty > | _Mybase |
| typedef _Mybase::param_type | _Mypbase |
| typedef _Mybase::result_type | result_type |
Public Types inherited from uniform_real< _Ty > | |
| typedef uniform_real< _Ty > | _Myt |
| typedef _Ty | result_type |
Public Member Functions | |
| uniform_real_distribution (_Ty _Min0=_Ty(0), _Ty _Max0=_Ty(1)) | |
| uniform_real_distribution (const param_type &_Par0) | |
Public Member Functions inherited from uniform_real< _Ty > | |
| uniform_real (_Ty _Min0=_Ty(0), _Ty _Max0=_Ty(1)) | |
| uniform_real (const param_type &_Par0) | |
| result_type | a () const |
| result_type | b () const |
| param_type | param () const |
| void | param (const param_type &_Par0) |
| result_type() | min () const |
| result_type() | max () const |
| void | reset () |
| template<class _Engine > | |
| result_type | operator() (_Engine &_Eng) const |
| template<class _Engine > | |
| result_type | operator() (_Engine &_Eng, const param_type &_Par0) const |
| template<class _Elem , class _Traits > | |
| basic_istream< _Elem, _Traits > & | _Read (basic_istream< _Elem, _Traits > &_Istr) |
| template<class _Elem , class _Traits > | |
| basic_ostream< _Elem, _Traits > & | _Write (basic_ostream< _Elem, _Traits > &_Ostr) const |
| typedef uniform_real<_Ty> uniform_real_distribution< _Ty >::_Mybase |
| typedef _Mybase::param_type uniform_real_distribution< _Ty >::_Mypbase |
| typedef uniform_real_distribution<_Ty> uniform_real_distribution< _Ty >::_Myt |
| typedef _Mybase::result_type uniform_real_distribution< _Ty >::result_type |
|
inlineexplicit |
|
inlineexplicit |
1.8.8