summaryrefslogtreecommitdiff
path: root/tests/tout_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tout_str.c')
-rw-r--r--tests/tout_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 481b67362..244a095df 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -130,7 +130,7 @@ main (int argc, char *argv[])
check(7.02293374921793516813e-84, GMP_RNDN, 10);
/* random tests */
- SEED_RAND (getpid ());
+ SEED_RAND (time(NULL));
for (i=0;i<N;i++)
{
do