1. 05 May, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      random.gauss() uses a piece of hidden state used by nothing else, · 46c04e14
      Tim Peters yazdı
      and the .seed() and .whseed() methods failed to reset it.  In other
      words, setting the seed didn't completely determine the sequence of
      results produced by random.gauss().  It does now.  Programs repeatedly
      mixing calls to a seed method with calls to gauss() may see different
      results now.
      
      Bugfix candidate (random.gauss() has always been broken in this way),
      despite that it may change results.
      46c04e14
  2. 04 May, 2002 3 kayıt (commit)
  3. 03 May, 2002 2 kayıt (commit)
  4. 02 May, 2002 24 kayıt (commit)
  5. 01 May, 2002 7 kayıt (commit)
  6. 30 Nis, 2002 3 kayıt (commit)