• Raymond Hettinger's avatar
    SF bug #812202: randint is always even · c601117f
    Raymond Hettinger yazdı
    * Extend rangrange() to return meaningful results when the range is
      larger than 2**53.  Only applies to the MersenneTwister.  WichmannHill
      was left alone in the absence of a proof showing how multiple calls
      could be combined to produce long bit streams.
    
    * WichmannHill was missing from __all__.
    c601117f
random.py 28.7 KB