gcc/libstdc++-v3/testsuite/26_numerics/random
Paolo Carlini 9b88236b34 random.h (_Adaptor): Simplify for _DInputType always a floating point type.
2009-06-19  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/random.h (_Adaptor): Simplify for _DInputType always
	a floating point type.
	(uniform_int_distribution<>::uniform_int_distribution(_IntType,
	_IntType)): Fix second default argument.
	(uniform_int_distribution<>::_M_call): Remove.
	(uniform_int_distribution<>::operator()(_UniformRandomNumberGenerator&,
	const param_type&)): Only declare.
	* include/bits/random.tcc (uniform_int_distribution<>::_M_call(
	_UniformRandomNumberGenerator&, result_type, result_type, true_type):
	Remove.
	uniform_int_distribution<>::operator()(_UniformRandomNumberGenerator&,
	const param_type&): Define here.
	(geometric_distribution<>::operator()(_UniformRandomNumberGenerator&,
	const param_type&), discrete_distribution<>::operator()
	(_UniformRandomNumberGenerator&, const param_type&), 
	piecewise_constant_distribution<>::operator()
	(_UniformRandomNumberGenerator&, const param_type&),
	piecewise_linear_distribution<>::operator()
	(_UniformRandomNumberGenerator&, const param_type&)): Use double as
	the second template argument of _Adaptor.
	* testsuite/26_numerics/random/uniform_int_distribution/cons/
	default.cc: Adjust.

From-SVN: r148720
2009-06-19 17:49:31 +00:00
..
bernoulli_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
binomial_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
cauchy_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
chi_squared_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
discard_block_engine Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
discrete_distribution num_xbound_fun.cc: Minor tweaks. 2009-05-15 10:02:38 +00:00
exponential_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
extreme_value_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
fisher_f_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
gamma_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
geometric_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
independent_bits_engine Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
linear_congruential_engine Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
lognormal_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
mersenne_twister_engine Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
negative_binomial_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
normal_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
piecewise_constant_distribution num_xbound_fun.cc: Minor tweaks. 2009-05-15 10:02:38 +00:00
piecewise_linear_distribution num_xbound_fun.cc: Minor tweaks. 2009-05-15 10:02:38 +00:00
poisson_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
random_device Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
seed_seq Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
shuffle_order_engine Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
student_t_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
subtract_with_carry_engine Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
uniform_int_distribution random.h (_Adaptor): Simplify for _DInputType always a floating point type. 2009-06-19 17:49:31 +00:00
uniform_real_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
weibull_distribution PR libstdc++/39629 (final bits) 2009-04-09 23:37:08 +00:00
default_random_engine.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
knuth_b.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
minstd_rand0.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
minstd_rand.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
mt19937_64.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
mt19937.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ranlux24_base.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ranlux24.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ranlux48_base.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ranlux48.cc Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00