gcc/libstdc++-v3/testsuite/tr1
Paolo Carlini d8bc9819d9 acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of "/dev/random" and "/dev/urandom".
2006-06-09  Paolo Carlini  <pcarlini@suse.de>

	* acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
	the availability of "/dev/random" and "/dev/urandom".
	* configure.ac: Use it.
	* include/tr1/random (random_device): Implement, a fall-back for
	systems not providing "/dev/random" and "/dev/urandom" included.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	cons/default.cc: New.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	cons/token.cc: Likewise.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	requirements/typedefs.cc: Likewise.
	* config.h.in: Regenerate.
	* configure: Likewise.

	* testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
	cons/gen1.cc: Minor tweak, add bool test.

From-SVN: r114529
2006-06-09 23:37:28 +00:00
..
2_general_utilities/memory mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
3_function_objects [multiple changes] 2005-12-28 09:57:57 +00:00
4_metaprogramming type_traits (integral_constant<>::value): Define. 2006-05-07 16:52:41 +00:00
5_numerical_facilities/random acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of "/dev/random" and "/dev/urandom". 2006-06-09 23:37:28 +00:00
6_containers hashtable (hashtable_iterator<>::hashtable_iterator(), [...]): Add. 2006-05-10 18:37:54 +00:00
8_c_compatibility cmath: Add atan2 and pow bits; add using declarations. 2006-03-10 13:24:57 +00:00
headers.cc [multiple changes] 2006-06-05 07:33:18 +00:00