• 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
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
NEWS Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
vgrindefs Loading commit data...