]> granicus.if.org Git - python/commit
Teach the random module about os.urandom().
authorRaymond Hettinger <python@rcn.com>
Mon, 30 Aug 2004 06:14:31 +0000 (06:14 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 30 Aug 2004 06:14:31 +0000 (06:14 +0000)
commit356a4599acd4c835ab88c221bd5da073c9895e83
tree3929bfcd683de30940287e26e7d213bf74fb8db4
parentcd97da3b1d61be00bb06f3264a60418dbdb83bd8
Teach the random module about os.urandom().

* Use it for seeding when it is available.
* Provide an alternate generator based on it.
Doc/lib/librandom.tex
Lib/random.py
Lib/test/test_random.py
Misc/NEWS