From 662ab46d65a908e728ac64d3aac5aefeb2f7a025 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@280ebfd0-de03-0410-8827-d642c229c3f4> Date: Fri, 20 Feb 2004 17:54:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'mpfr-2-0-3-rel'. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/tags/mpfr-2-0-3-rel@2778 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tests.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/tests.c') diff --git a/tests/tests.c b/tests/tests.c index 4b26d1ef2..6aabacee5 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -93,7 +93,10 @@ tests_rand_start (void) printf ("ie. ensure that function is called before the first use of RANDS.\n"); abort (); } - rands = RANDS; + + gmp_randinit_default (__gmp_rands); + __gmp_rands_initialized = 1; + rands = __gmp_rands; perform_seed = getenv ("GMP_CHECK_RANDOMIZE"); if (perform_seed != NULL) -- cgit v1.2.1