arb_urandom: the docs say it has an extra argument that's not actually there.

This commit is contained in:
postmath 2022-04-07 13:15:03 -04:00
parent 076249eaee
commit 266b9430fd

View file

@ -370,7 +370,7 @@ Random number generation
that representing the endpoints as exact rational numbers would
cause overflows.
.. function:: void arb_urandom(arb_t x, flint_rand_t state, slong prec, arf_rnd_t rnd)
.. function:: void arb_urandom(arb_t x, flint_rand_t state, slong prec)
Sets *x* to a uniformly distributed random number in the interval
`[0, 1]`. The method uses rounding from integers to floats, hence the