Lines Matching refs:__gen
3885 uniform_real_distribution<double> __gen;
3886 return __gen(__g) < __p.p();
4021 uniform_real_distribution<double> __gen;
4022 double __u = __gen(__g) - __pr.__pr_;
5041 uniform_real_distribution<result_type> __gen(0, 1);
5052 const result_type __u = __gen(__g);
5053 const result_type __v = __gen(__g);
5075 const result_type __u = __gen(__g);
5215 bernoulli_distribution __gen(__p);
5220 if (__gen(__urng))
5556 uniform_real_distribution<result_type> __gen;
5558 return __p.a() + __p.b() * _VSTD::tan(3.1415926535897932384626433832795 * __gen(__g));
6016 uniform_real_distribution<double> __gen;
6018 _VSTD::upper_bound(__p.__p_.begin(), __p.__p_.end(), __gen(__g)) -