diff options
Diffstat (limited to 'tests/tsgn.c')
-rw-r--r-- | tests/tsgn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsgn.c b/tests/tsgn.c index 47f090b77..3e152ee33 100644 --- a/tests/tsgn.c +++ b/tests/tsgn.c @@ -79,7 +79,7 @@ check_sgn(void) mpfr_init(x); for(i = 0 ; i < 100 ; i++) { - mpfr_random(x); + mpfr_urandomb (x, RANDS); if (i&1) { MPFR_SET_POS(x); |