From 49406a145c30997c8c82d33696e2b3b1de930e0f Mon Sep 17 00:00:00 2001 From: thevenyp Date: Tue, 24 Mar 2009 15:10:52 +0000 Subject: 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 --- tests/ty0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ty0.c') diff --git a/tests/ty0.c b/tests/ty0.c index f788e0c76..d38712c2a 100644 --- a/tests/ty0.c +++ b/tests/ty0.c @@ -26,7 +26,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #include "mpfr-test.h" #define TEST_FUNCTION mpfr_y0 -#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 8) +#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 8, RANDS) #include "tgeneric.c" int -- cgit v1.2.1