|
| | _RNG_REQUIRE_REALTYPE (piecewise_linear_distribution, _Ty) |
| |
| | piecewise_linear_distribution () |
| |
| template<class _InIt1 , class _InIt2 > |
| | piecewise_linear_distribution (_InIt1 _First1, _InIt1 _Last1, _InIt2 _First2) |
| |
| template<class _Fn > |
| | piecewise_linear_distribution (initializer_list< _Ty > _Ilist, _Fn _Func) |
| |
| template<class _Fn > |
| | piecewise_linear_distribution (size_t _Count, _Ty _Low, _Ty _High, _Fn _Func) |
| |
| | piecewise_linear_distribution (const param_type &_Par0) |
| |
| vector< _Ty > | intervals () const |
| |
| vector< _Ty > | densities () 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, param_type &_Par0) |
| |
| template<class _Elem , class _Traits > |
| basic_ostream< _Elem, _Traits > & | _Write (basic_ostream< _Elem, _Traits > &_Ostr) const |
| |
| template<class _Engine > |
| result_type | _Eval (_Engine &_Eng, const param_type &_Par0) const |
| |
| | _RNG_REQUIRE_INTTYPE (discrete_distribution, size_t) |
| |
| | discrete_distribution () |
| |
| | discrete_distribution (_InIt _First, _InIt _Last) |
| |
| | discrete_distribution (initializer_list< double > _Ilist) |
| |
| | discrete_distribution (size_t _Count, double _Low, double _High, _Fn _Func) |
| |
| | discrete_distribution (const param_type &_Par0) |
| |
| _Myvec | probabilities () const |
| |
| param_type | param () const |
| |
| void | param (const param_type &_Par0) |
| |
| result_type() | min () const |
| |
| result_type() | max () const |
| |
| void | reset () |
| |
| result_type | operator() (_Engine &_Eng) const |
| |
| result_type | operator() (_Engine &_Eng, const param_type &_Par0) const |
| |
| basic_istream< _Elem, _Traits > & | _Read (basic_istream< _Elem, _Traits > &_Istr, param_type &_Par0) |
| |
| basic_ostream< _Elem, _Traits > & | _Write (basic_ostream< _Elem, _Traits > &_Ostr, const param_type &_Par0) const |
| |