]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bugs introduced by rewrite (in particular, time-based initialization
authorTim Peters <tim.peters@gmail.com>
Thu, 25 Jan 2001 06:23:18 +0000 (06:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 25 Jan 2001 06:23:18 +0000 (06:23 +0000)
commitd52269bfd029c4a517ea74c17edd5c3a250c366c
treef7a508e0b89861d7f3adaaad2f37aa255ba3c173
parentd7b5e88e8e40b77813ceb25dc28b87d672538403
Fix bugs introduced by rewrite (in particular, time-based initialization
got broken).  Also added new method .jumpahead(N).  This finally gives us
a semi-decent answer to how Python's RNGs can be used safely and efficiently
in multithreaded programs (although it requires the user to use the new
machinery!).
Doc/lib/librandom.tex
Lib/random.py
Misc/NEWS