• Tim Peters's avatar
    Change random.seed() so that it can get at the full range of possible · 0de88fc4
    Tim Peters yazdı
    internal states.  Put the old .seed() (which could only get at about
    the square root of the # of possibilities) under the new name .whseed(),
    for bit-level compatibility with older versions.  This occurred to me
    while reviewing effbot's book (he found himself stumbling over .seed()
    more than once there ...).
    0de88fc4
librandom.tex 10.2 KB