reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/random.h
 3669       typedef _IntType result_type;
 3674 	typedef binomial_distribution<_IntType> distribution_type;
 3678 	param_type(_IntType __t = _IntType(1), double __p = 0.5)
 3678 	param_type(_IntType __t = _IntType(1), double __p = 0.5)
 3687 	_IntType
 3707 	_IntType _M_t;
 3720       binomial_distribution(_IntType __t = _IntType(1),
 3720       binomial_distribution(_IntType __t = _IntType(1),
 3740       _IntType
 3872 		   _IntType __t, double __q);