gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 92d85953a5 PR libstdc++/80137 use std::nextafter instead of looping
PR libstdc++/80137
	* include/bits/random.tcc (generate_canonical): Use std::nextafter
	or numeric_limits::epsilon() to reduce out-of-range values.
	* testsuite/26_numerics/random/uniform_real_distribution/operators/
	64351.cc: Verify complexity requirement is met.

From-SVN: r246542
2017-03-28 17:09:49 +01:00
..
accumulate Update copyright years. 2017-01-01 13:07:43 +01:00
adjacent_difference Update copyright years. 2017-01-01 13:07:43 +01:00
complex PR libstdc++/70607 make proj(T) and conj(T) return complex<T> 2017-01-25 15:01:05 +00:00
gcd Update copyright years. 2017-01-01 13:07:43 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00
inner_product Update copyright years. 2017-01-01 13:07:43 +01:00
iota Update copyright years. 2017-01-01 13:07:43 +01:00
lcm Update copyright years. 2017-01-01 13:07:43 +01:00
partial_sum Update copyright years. 2017-01-01 13:07:43 +01:00
random PR libstdc++/80137 use std::nextafter instead of looping 2017-03-28 17:09:49 +01:00
slice Update copyright years. 2017-01-01 13:07:43 +01:00
slice_array Update copyright years. 2017-01-01 13:07:43 +01:00
valarray Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00