]> granicus.if.org Git - python/commit
Reworked random.py so that it no longer depends on, and offers all the
authorTim Peters <tim.peters@gmail.com>
Thu, 25 Jan 2001 03:36:26 +0000 (03:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 25 Jan 2001 03:36:26 +0000 (03:36 +0000)
commitd7b5e88e8e40b77813ceb25dc28b87d672538403
treeea8855e8c3d37f837eb3eeb505a6503083d19db1
parent83125775e0a5c5088da0cb62b43e7cfd8a04fdc6
Reworked random.py so that it no longer depends on, and offers all the
functionality of, whrandom.py.  Also closes all the "XXX" todos in
random.py.  New frequently-requested functions/methods getstate() and
setstate().  All exported functions are now bound methods of a hidden
instance.  Killed all unintended exports.  Updated the docs.
FRED:  The more I fiddle the docs, the less I understand the exact
intended use of the \var, \code, \method tags.  Please review critically.
GUIDO:  See email.  I updated NEWS as if whrandom were deprecated; I
think it should be.
Doc/lib/librandom.tex
Lib/random.py
Misc/NEWS