diff options
Diffstat (limited to 'tests/tdiv_d.c')
-rw-r--r-- | tests/tdiv_d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv_d.c b/tests/tdiv_d.c index c913172f2..125fbe23e 100644 --- a/tests/tdiv_d.c +++ b/tests/tdiv_d.c @@ -77,7 +77,7 @@ check_nans (void) #define TEST_FUNCTION mpfr_sub_d #define DOUBLE_ARG2 -#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1) +#define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS) #include "tgeneric.c" int |