summaryrefslogtreecommitdiff
path: root/tests/ty0.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/ty0.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/ty0.c')
-rw-r--r--tests/ty0.c2
1 files changed, 1 insertions, 1 deletions
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