diff options
| author | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:34:53 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2008-04-24 02:34:53 +0000 |
| commit | 35e8c4653455ceeac5b49b369b4c11be6096ea17 (patch) | |
| tree | 56520e401f31f82834da704af56430a70683bac8 /Doc/library/random.rst | |
| parent | 3513358e11df32cc02047e48a9a9a976343ba16c (diff) | |
| download | cpython-git-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.gz | |
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/random.rst')
| -rw-r--r-- | Doc/library/random.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 86a9a9549a..afdff76c6b 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -153,6 +153,7 @@ be found in any statistics text. Return a random floating point number *N* such that ``a <= N < b``. + .. function:: triangular(low, high, mode) Return a random floating point number *N* such that ``low <= N < high`` and @@ -160,8 +161,6 @@ be found in any statistics text. default to zero and one. The *mode* argument defaults to the midpoint between the bounds, giving a symmetric distribution. - .. versionadded:: 2.6 - .. function:: betavariate(alpha, beta) |
