1. 16 Aug, 2003 2 commits
  2. 15 Aug, 2003 10 commits
  3. 14 Aug, 2003 9 commits
  4. 13 Aug, 2003 1 commit
  5. 12 Aug, 2003 4 commits
  6. 11 Aug, 2003 13 commits
  7. 09 Aug, 2003 1 commit
    • Raymond Hettinger's avatar
      SF bug #778964: bad seed in python 2.3 random · 3081d59f
      Raymond Hettinger authored
      The default seed is time.time().
      Multiplied by 256 before truncating so that fractional seconds are used.
      This way, two successive calls to random.seed() are much more likely
      to produce different sequences.
      3081d59f