We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2110ae8 commit f822070Copy full SHA for f822070
Doc/library/random.rst
@@ -280,7 +280,8 @@ be found in any statistics text.
280
``a <= b`` and ``b <= N <= a`` for ``b < a``.
281
282
The end-point value ``b`` may or may not be included in the range
283
- depending on floating-point rounding in the equation ``a + (b-a) * random()``.
+ depending on floating-point rounding in the expression
284
+ ``a + (b-a) * random()``.
285
286
287
.. function:: triangular(low, high, mode)
0 commit comments