diff options
| -rw-r--r-- | Doc/library/random.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 486e475..935d605 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -73,10 +73,6 @@ Bookkeeping functions: .. versionchanged:: 2.4 formerly, operating system resources were not used. - If *x* is not ``None`` or an int or long, ``hash(x)`` is used instead. If *x* is - an int or long, *x* is used directly. - - .. function:: getstate() Return an object capturing the current internal state of the generator. This |
