Lines Matching refs:exponential_distribution
30 class _LIBCPP_TEMPLATE_VIS exponential_distribution
40 typedef exponential_distribution distribution_type;
63 exponential_distribution() : exponential_distribution(1) {} in exponential_distribution() function
65 explicit exponential_distribution(result_type __lambda) in exponential_distribution() function
69 explicit exponential_distribution(result_type __lambda = 1)
73 explicit exponential_distribution(const param_type& __p) : __p_(__p) {} in exponential_distribution() function
99 bool operator==(const exponential_distribution& __x,
100 const exponential_distribution& __y)
103 bool operator!=(const exponential_distribution& __x,
104 const exponential_distribution& __y)
111 exponential_distribution<_RealType>::operator()(_URNG& __g, const param_type& __p) in operator()
126 const exponential_distribution<_RealType>& __x)
138 exponential_distribution<_RealType>& __x)
140 typedef exponential_distribution<_RealType> _Eng;