summaryrefslogtreecommitdiff
path: root/tests/mpc-tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpc-tests.h')
-rw-r--r--tests/mpc-tests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mpc-tests.h b/tests/mpc-tests.h
index c1864de..1b43361 100644
--- a/tests/mpc-tests.h
+++ b/tests/mpc-tests.h
@@ -107,6 +107,8 @@ extern void test_end (void);
extern void test_default_random (mpc_ptr, mp_exp_t, mp_exp_t,
unsigned int, unsigned int);
+void test_random_si (long int *n, unsigned long emax,
+ unsigned int negative_probability);
void test_random_mpfr (mpfr_ptr x, mpfr_exp_t emin, mpfr_exp_t emax,
unsigned int negative_probability);
void test_random_mpc (mpc_ptr z, mpfr_exp_t emin, mpfr_exp_t emax,