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

References

usr/include/c++/7.4.0/bits/stl_algo.h
 3768     pair<_IntType, _IntType>
 3768     pair<_IntType, _IntType>
 3769     __gen_two_uniform_ints(_IntType __b0, _IntType __b1,
 3769     __gen_two_uniform_ints(_IntType __b0, _IntType __b1,
 3772       _IntType __x
 3773 	= uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g);