aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/random.py
Commit message (Expand)AuthorAge
* #11848: replace dead link in random.betavariate comment.Ezio Melotti2011-04-15
* Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-22
* Issue #7435: Remove reference to long in docstring. Thanks flox.Mark Dickinson2009-12-05
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-11
* Use ABCs to validate documented restriction to Sets or Sequences.Raymond Hettinger2009-02-24
* Merged revisions 68378 via svnmerge fromMark Dickinson2009-01-07
* Merged revisions 65259,65263,65296,65307,65321 via svnmerge fromBenjamin Peterson2008-07-31
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-23
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-14
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-13
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-03
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-03
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Whitespace normalization (via reindent.py).Tim Peters2005-08-26
* Implement random.sample() using sets instead of dicts.Raymond Hettinger2005-08-19
* SF patch #1191489: Simplify logic in random.pyRaymond Hettinger2005-04-30
* Removed unused line.Raymond Hettinger2005-01-03
* Use floor division operator.Raymond Hettinger2004-09-27
* SF #1027105: HardwareRandom should be renamed OSRandomRaymond Hettinger2004-09-13
* Fulfill Martin's request to use try/except rather than a "look beforeRaymond Hettinger2004-09-05
* SF bug #1022010: Import random failsRaymond Hettinger2004-09-03
* HardwareRandom: Go back to multiplying by 2**-BPF instead of usingTim Peters2004-08-31
* Take advantage of the math library's ldexp for assembling a float byRaymond Hettinger2004-08-31
* Teach the random module about os.urandom().Raymond Hettinger2004-08-30
* Fix typo in comment.Raymond Hettinger2004-06-07
* SF bug #964230: random.choice([]) should return more intelligible exceptionRaymond Hettinger2004-06-05
* Reflow long line.Jeremy Hylton2004-02-23
* Whitespace normalization.Tim Peters2004-01-18
* Implement and apply PEP 322, reverse iterationRaymond Hettinger2003-11-06
* Minor fixup. "Random" was listed twice in __all__.Raymond Hettinger2003-10-12
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-05
* SF bug #801342: Bug (documentation or real, your choice) in random.sample.Raymond Hettinger2003-09-06
* Eliminate unnecessary eval() in testsRaymond Hettinger2003-08-30
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-09
* Removed deprecated functionsRaymond Hettinger2003-08-05
* SF bug #759889: Pickling of Random is brokenRaymond Hettinger2003-06-24
* randrange(): Repaired my overly optimistic rewrite, and added commentsTim Peters2003-06-19
* randrange(): 2.3 can no longer raises OverflowError on an int() call, soTim Peters2003-06-19
* SF bug #753602: random.sample not properly documentedRaymond Hettinger2003-06-13
* 'sum' is no longer a good variable name. Use 'total' instead.Raymond Hettinger2003-05-24
* * Migrate sample distribution test from random.py to test_random.py.Raymond Hettinger2003-01-17
* Much clearer when super() is used.Raymond Hettinger2003-01-07