diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-17 09:59:19 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-17 09:59:19 +0000 |
commit | 5c2992320912750e020620ef8d52039d7f65a617 (patch) | |
tree | eb253688569ee1649ea60be820d0be0af392e094 /tests/tsi_op.c | |
parent | 0a4ea5356442f845fc7ec79bf9f5646e9ba69295 (diff) | |
download | mpfr-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/tsi_op.c')
-rw-r--r-- | tests/tsi_op.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c index 3fbe72e34..6e60a3473 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -101,7 +101,6 @@ main (int argc, char *argv[]) int y; int i; - MPFR_TEST_USE_RANDS (); tests_start_mpfr (); mpfr_inits2 (53, x, z, (void *) 0); for(i = 0 ; i < numberof (tab) ; i++) |