• Tim Peters's avatar
    Merge rev 46840 from trunk. · b9405156
    Tim Peters yazdı
    shuffle() doscstring:  Removed warning about sequence length
    versus generator period.  While this was a real weakness of the
    older WH generator for lists with just a few dozen elements,
    and so could potentially bite the naive ;-), the Twister should
    show excellent behavior up to at least 600 elements.
    b9405156
random.py 29.5 KB