gh-115921: Change 'equation' to 'expression' in random.rst (#115927)

In uniform function entry.
This commit is contained in:
Terry Jan Reedy 2024-02-25 22:50:49 -05:00 committed by GitHub
parent bee7bb3310
commit de0b4f95cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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)