summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpz/urandomb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/urandomb.c b/mpz/urandomb.c
index 7caddb993..90af07844 100644
--- a/mpz/urandomb.c
+++ b/mpz/urandomb.c
@@ -28,7 +28,7 @@ void
#if __STDC__
mpz_urandomb (mpz_t rop, gmp_rand_state s, unsigned long int nbits)
#else
-mpz_urandomb (rop, nbits, s)
+mpz_urandomb (rop, s, nbits)
mpz_t rop;
gmp_rand_state s;
unsigned long int nbits;