Lines Matching refs:IntType
446 template<class IntType = int>
451 typedef IntType result_type;
458 explicit param_type(IntType a = 0,
459 IntType b = numeric_limits<IntType>::max());
469 explicit uniform_int_distribution(IntType a = 0,
470 IntType b = numeric_limits<IntType>::max()); // before C++20
472 explicit uniform_int_distribution(IntType a,
473 IntType b = numeric_limits<IntType>::max()); // C++20
627 template<class IntType = int>
632 typedef IntType result_type;
639 explicit param_type(IntType t = 1, double p = 0.5);
641 IntType t() const;
649 explicit binomial_distribution(IntType t = 1, double p = 0.5); // before C++20
651 explicit binomial_distribution(IntType t, double p = 0.5); // C++20
660 IntType t() const;
687 template<class IntType = int>
692 typedef IntType result_type;
745 template<class IntType = int>
750 typedef IntType result_type;
767 explicit negative_binomial_distribution(IntType k = 1, double p = 0.5); // before C++20
769 explicit negative_binomial_distribution(IntType k, double p = 0.5); // C++20
805 template<class IntType = int>
810 typedef IntType result_type;
1457 template<class IntType = int>
1462 typedef IntType result_type;