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
 1709       typedef _RealType result_type;
 1714 	typedef uniform_real_distribution<_RealType> distribution_type;
 1717 	param_type(_RealType __a = _RealType(0),
 1717 	param_type(_RealType __a = _RealType(0),
 1718 		   _RealType __b = _RealType(1))
 1718 		   _RealType __b = _RealType(1))
 1741 	_RealType _M_a;
 1742 	_RealType _M_b;
 1753       uniform_real_distribution(_RealType __a = _RealType(0),
 1753       uniform_real_distribution(_RealType __a = _RealType(0),
 1754 				_RealType __b = _RealType(1))
 1754 				_RealType __b = _RealType(1))