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
 2801       typedef _RealType result_type;
 2806 	typedef cauchy_distribution<_RealType> distribution_type;
 2809 	param_type(_RealType __a = _RealType(0),
 2809 	param_type(_RealType __a = _RealType(0),
 2810 		   _RealType __b = _RealType(1))
 2810 		   _RealType __b = _RealType(1))
 2814 	_RealType
 2818 	_RealType
 2831 	_RealType _M_a;
 2832 	_RealType _M_b;
 2836       cauchy_distribution(_RealType __a = _RealType(0),
 2836       cauchy_distribution(_RealType __a = _RealType(0),
 2837 			  _RealType __b = _RealType(1))
 2837 			  _RealType __b = _RealType(1))
 2856       _RealType
 2860       _RealType