Commit afeea071 authored by Georg Brandl's avatar Georg Brandl

#3918: note that uniform() args can be swapped.

parent 450a7f57
......@@ -188,7 +188,9 @@ be found in any statistics text.
.. function:: uniform(a, b)
Return a random floating point number *N* such that ``a <= N < b``.
Return a random floating point number *N* such that ``a <= N < b`` for
``a <= b`` and ``b <= N < a`` for ``b < a``.
.. function:: triangular(low, high, mode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment