mirror of https://github.com/python/cpython
gh-115921: Change 'equation' to 'expression' in random.rst (#115927)
In uniform function entry.
This commit is contained in:
parent
bee7bb3310
commit
de0b4f95cb
|
@ -301,7 +301,8 @@ be found in any statistics text.
|
|||
``a <= b`` and ``b <= N <= a`` for ``b < a``.
|
||||
|
||||
The end-point value ``b`` may or may not be included in the range
|
||||
depending on floating-point rounding in the equation ``a + (b-a) * random()``.
|
||||
depending on floating-point rounding in the expression
|
||||
``a + (b-a) * random()``.
|
||||
|
||||
|
||||
.. function:: triangular(low, high, mode)
|
||||
|
|
Loading…
Reference in New Issue