This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Simple __gslice_to_index tweak
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Date: Fri, 28 Jul 2006 22:28:12 +0200
- Subject: Re: [Patch] Simple __gslice_to_index tweak
- References: <44CA0E5B.5030103@suse.de> <44CA72F7.3030001@suse.de>
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.