Commit 49098630 authored by Raymond Hettinger's avatar Raymond Hettinger

Issue 10025: Let docs for random.seed() describe what it does, not how it does it.

The latter was slightly inaccurate.
parent f2d1b2a6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment