This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Simple __gslice_to_index tweak


Paolo Carlini wrote:

Index: testsuite/util/regression/rand/assoc/rand_regression_test.hpp
===================================================================
--- testsuite/util/regression/rand/assoc/rand_regression_test.hpp (revision 115791)
+++ testsuite/util/regression/rand/assoc/rand_regression_test.hpp (working copy)
@@ -111,7 +111,7 @@
// Sane defaults.
size_t n = iter;
size_t m = keys;
- size_t sd = 0; // 0 = time-determined arbitrary
+ size_t sd = 1153519516; // 0 = time-determined arbitrary
double tp = 0.2;
double ip = 0.6;
double ep = 0.2;


Sorry about the spurious hunk...

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]