Seed the random number generator in tests.

[SVN r41782]
This commit is contained in:
Daniel James
2007-12-06 11:42:28 +00:00
parent 322f7d6ec6
commit 6e8f9e1c67
18 changed files with 41 additions and 2 deletions

View File

@@ -9,6 +9,8 @@
#include "../helpers/random_values.hpp"
#include "../helpers/tracker.hpp"
test::seed_t seed(2974);
template <class X>
bool postcondition(X const& x, typename X::size_type n)
{