From 887678b6cee0e89e40df2b3c3a1cb8e0713292fd Mon Sep 17 00:00:00 2001 From: thevenyp Date: Thu, 18 Sep 2008 16:33:16 +0000 Subject: Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5640 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tmul_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tmul_ui.c') diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c index ad86fd621..f95865291 100644 --- a/tests/tmul_ui.c +++ b/tests/tmul_ui.c @@ -37,7 +37,7 @@ check_inexact (mp_prec_t p) mpfr_init2 (x, p); mpfr_init (y); mpfr_init2 (z, p + mp_bits_per_limb); - mpfr_random (x); + mpfr_urandomb (x, RANDS); u = randlimb (); if (mpfr_mul_ui (z, x, u, GMP_RNDN)) { -- cgit v1.2.1