summaryrefslogtreecommitdiff
path: root/tests/mpfr-test.h
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/mpfr-test.h
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/mpfr-test.h')
-rw-r--r--tests/mpfr-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index e01804368..10a9954d9 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -72,6 +72,7 @@ int mpfr_set_machine_rnd_mode _MPFR_PROTO ((mp_rnd_t));
void mpfr_test_init _MPFR_PROTO ((void));
mp_limb_t randlimb _MPFR_PROTO ((void));
void randseed _MPFR_PROTO ((unsigned int));
+void mpfr_random2 _MPFR_PROTO ((mpfr_ptr, mp_size_t, mp_exp_t, gmp_randstate_t));
int ulp _MPFR_PROTO ((double, double));
double dbl _MPFR_PROTO ((double, int));
double Ulp _MPFR_PROTO ((double));