From d118c2ab825a19f88c861b856a69402b8e4fbbb2 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Mon, 25 Mar 2002 17:10:50 +0000 Subject: replaced getpid() by time(NULL) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1772 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tsqrt_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tsqrt_ui.c') diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c index 16b8552f6..d40eb63d6 100644 --- a/tests/tsqrt_ui.c +++ b/tests/tsqrt_ui.c @@ -69,7 +69,7 @@ main (void) set_fpc_csr(exp.fc_word); #endif - SEED_RAND (getpid ()); + SEED_RAND (time(NULL)); for (i=0;i<1000000;i++) { a = LONG_RAND(); /* machine arithmetic must agree if a <= 2.0^53 */ -- cgit v1.2.1