gcc/libstdc++-v3/testsuite/26_numerics/random
Ed Smith-Rowland 1c4ff014fe PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
2014-07-29  Ed Smith-Rowland  <3dw4rd@verizon.net>

	PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
	* include/bits/random.h (_Adaptor): static_assert for non floating-point
	result type.
	* include/bits/random.tcc (generate_canonical): Ditto.
	* include/ext/random.tcc (hypergeometric_distribution::operator()):
	Use double as a rng result type.
	* testsuite/26_numerics/random/pr60037-neg.cc: New.
	* testsuite/ext/random/hypergeometric_distribution/pr60037.cc: New.

From-SVN: r213207
2014-07-29 14:56:45 +00:00
..
bernoulli_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
binomial_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cauchy_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
chi_squared_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
discard_block_engine Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
discrete_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
exponential_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
extreme_value_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
fisher_f_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
gamma_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
geometric_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
independent_bits_engine Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
linear_congruential_engine Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
lognormal_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
mersenne_twister_engine Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
negative_binomial_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
normal_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
piecewise_constant_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
piecewise_linear_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
poisson_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
random_device Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
seed_seq Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
shuffle_order_engine Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
student_t_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
subtract_with_carry_engine Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
uniform_int_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
uniform_real_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
weibull_distribution Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
default_random_engine.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
knuth_b.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
minstd_rand0.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
minstd_rand.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
mt19937_64.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
mt19937.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
pr60037-neg.cc PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...> 2014-07-29 14:56:45 +00:00
ranlux24_base.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ranlux24.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ranlux48_base.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ranlux48.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00