mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927) (#115928)
In uniform function entry.
(cherry picked from commit de0b4f95cb
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
7307b562b0
commit
f1b3b346eb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue