summaryrefslogtreecommitdiff
path: root/tests/tmul_ui.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-17 09:59:19 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-11-17 09:59:19 +0000
commit5c2992320912750e020620ef8d52039d7f65a617 (patch)
treeeb253688569ee1649ea60be820d0be0af392e094 /tests/tmul_ui.c
parent0a4ea5356442f845fc7ec79bf9f5646e9ba69295 (diff)
downloadmpfr-5c2992320912750e020620ef8d52039d7f65a617.tar.gz
got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmp
random functions (mpn_random*, mpz_random*, mpf_random*). Now all tests use either RANDS (which is cleared by tests_rand_end called by tests_end_mpfr), or the gmp_randstate_t mechanism. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4953 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tmul_ui.c')
-rw-r--r--tests/tmul_ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index b4b8d118d..07f6c59a5 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -88,7 +88,6 @@ main (int argc, char *argv[])
mp_prec_t p;
mp_exp_t emax;
- MPFR_TEST_USE_RANDS ();
tests_start_mpfr ();
for (p=2; p<100; p++)