mirror of
https://github.com/python/cpython.git
synced 2025-08-15 06:10:47 +00:00
Issue 10025: Let docs for random.seed() describe what it does, not how it does it.
The latter was slightly inaccurate.
This commit is contained in:
parent
f2d1b2a619
commit
490986308e
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue