diff options
author | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-03-24 15:10:52 +0000 |
---|---|---|
committer | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-03-24 15:10:52 +0000 |
commit | 49406a145c30997c8c82d33696e2b3b1de930e0f (patch) | |
tree | cdbfe4f7bb654909abc38efbfa9c338cd8e6686e /tests/tdiv_d.c | |
parent | 11c3dc9d27bba40efffb25fb369d63df5de54402 (diff) | |
download | mpfr-49406a145c30997c8c82d33696e2b3b1de930e0f.tar.gz |
Move mpfr_random2 to tests directory, remove it from API.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6136 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tdiv_d.c')
-rw-r--r-- | tests/tdiv_d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv_d.c b/tests/tdiv_d.c index c913172f2..125fbe23e 100644 --- a/tests/tdiv_d.c +++ b/tests/tdiv_d.c @@ -77,7 +77,7 @@ check_nans (void) #define TEST_FUNCTION mpfr_sub_d #define DOUBLE_ARG2 -#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1) +#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS) #include "tgeneric.c" int |