summaryrefslogtreecommitdiff
path: root/tests/tadd.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-24 15:10:52 +0000
committerthevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-24 15:10:52 +0000
commit49406a145c30997c8c82d33696e2b3b1de930e0f (patch)
treecdbfe4f7bb654909abc38efbfa9c338cd8e6686e /tests/tadd.c
parent11c3dc9d27bba40efffb25fb369d63df5de54402 (diff)
downloadmpfr-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/tadd.c')
-rw-r--r--tests/tadd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tadd.c b/tests/tadd.c
index 2067e175a..306f20aa4 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1107,7 +1107,7 @@ tests (void)
#define TEST_FUNCTION test_add
#define TWO_ARGS
-#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), randlimb () % 100)
+#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), randlimb () % 100, RANDS)
#include "tgeneric.c"
int