Thanks to visit codestin.com Credit goes to github.com
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 bee7bb3 commit de0b4f9Copy full SHA for de0b4f9
1 file changed
Doc/library/random.rst
@@ -301,7 +301,8 @@ be found in any statistics text.
301
``a <= b`` and ``b <= N <= a`` for ``b < a``.
302
303
The end-point value ``b`` may or may not be included in the range
304
- depending on floating-point rounding in the equation ``a + (b-a) * random()``.
+ depending on floating-point rounding in the expression
305
+ ``a + (b-a) * random()``.
306
307
308
.. function:: triangular(low, high, mode)
0 commit comments