gcc/libstdc++-v3/testsuite/26_numerics/random
Jonathan Wakely 6ae17a3b68 libstdc++: Fix divide by zero in default template argument
libstdc++-v3/ChangeLog:

	* include/bits/random.h (__detail::_Mod): Avoid divide by zero.
	* testsuite/26_numerics/random/linear_congruential_engine/operators/call.cc:
	New test.
2020-10-08 00:34:56 +01:00
..
bernoulli_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
binomial_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
cauchy_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
chi_squared_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
discard_block_engine Update copyright years. 2020-01-01 12:51:42 +01:00
discrete_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
exponential_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
extreme_value_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
fisher_f_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
gamma_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
geometric_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
independent_bits_engine Update copyright years. 2020-01-01 12:51:42 +01:00
linear_congruential_engine libstdc++: Fix divide by zero in default template argument 2020-10-08 00:34:56 +01:00
lognormal_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
mersenne_twister_engine Update copyright years. 2020-01-01 12:51:42 +01:00
negative_binomial_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
normal_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
piecewise_constant_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
piecewise_linear_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
poisson_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
random_device libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087) 2020-05-19 23:04:45 +01:00
seed_seq Update copyright years. 2020-01-01 12:51:42 +01:00
shuffle_order_engine Update copyright years. 2020-01-01 12:51:42 +01:00
student_t_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
subtract_with_carry_engine Update copyright years. 2020-01-01 12:51:42 +01:00
uniform_int_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
uniform_real_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
weibull_distribution Update copyright years. 2020-01-01 12:51:42 +01:00
concept.cc libstdc++: Implement LWG 3150 for std::uniform_random_bit_generator 2020-02-15 10:24:57 +00:00
default_random_engine.cc Update copyright years. 2020-01-01 12:51:42 +01:00
knuth_b.cc Update copyright years. 2020-01-01 12:51:42 +01:00
minstd_rand0.cc Update copyright years. 2020-01-01 12:51:42 +01:00
minstd_rand.cc Update copyright years. 2020-01-01 12:51:42 +01:00
mt19937_64.cc Update copyright years. 2020-01-01 12:51:42 +01:00
mt19937.cc Update copyright years. 2020-01-01 12:51:42 +01:00
pr60037-neg.cc libstdc++: Reduce header dependencies for C++20 (PR 92546) 2020-02-17 15:43:43 +00:00
ranlux24_base.cc Update copyright years. 2020-01-01 12:51:42 +01:00
ranlux24.cc Update copyright years. 2020-01-01 12:51:42 +01:00
ranlux48_base.cc Update copyright years. 2020-01-01 12:51:42 +01:00
ranlux48.cc Update copyright years. 2020-01-01 12:51:42 +01:00