commit | d52269bfd029c4a517ea74c17edd5c3a250c366c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jan 25 06:23:18 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jan 25 06:23:18 2001 +0000 |
tree | f7a508e0b89861d7f3adaaad2f37aa255ba3c173 | |
parent | d7b5e88e8e40b77813ceb25dc28b87d672538403 [diff] |
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!).