| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 14927: Minor clean-up of function parameters in random(). | Raymond Hettinger | 2013-10-06 | 1 | -20/+19 |
|
|
* | Improve the docstring of random.shuffle. Inform users not to provide int arg. | Senthil Kumaran | 2013-09-12 | 1 | -0/+2 |
|
|
* | Revert changes for #13355 by request from Raymond Hettinger | Andrew Svetlov | 2013-04-13 | 1 | -10/+0 |
|
|
* | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 1 | -0/+10 |
|
|
* | Issue #17141: random.vonmisesvariate() no more hangs for large kappas. | Serhiy Storchaka | 2013-02-10 | 1 | -8/+6 |
|
|
* | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma... | Mark Dickinson | 2013-02-10 | 1 | -2/+2 |
|
|
* | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 |
|
|
* | Minor code cleanup. | Raymond Hettinger | 2011-05-18 | 1 | -1/+1 |
|
|
* | #11848: replace dead link in random.betavariate comment. | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
|
|
* | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -0/+6 |
|
|
* | Issue 9816: Random.jumpahead(n) didn't work well for small values of n. | Raymond Hettinger | 2010-09-10 | 1 | -0/+13 |
|
|
* | Remove outdated XXX comment. Mapping support was removed for 3.x. | Raymond Hettinger | 2010-09-06 | 1 | -9/+0 |
|
|
* | Issue 6261: Clarify behavior of random.uniform(). | Raymond Hettinger | 2009-06-11 | 1 | -1/+1 |
|
|
* | Issue #4869: clarify documentation for random.expovariate. | Mark Dickinson | 2009-01-07 | 1 | -3/+5 |
|
|
* | getrandombits is actually getrandbits | Benjamin Peterson | 2008-07-30 | 1 | -3/+3 |
|
|
* | Adopt Nick's suggestion for useful default arguments. | Raymond Hettinger | 2008-03-23 | 1 | -4/+5 |
|
|
* | Issue 1681432: Add triangular distribution the random module. | Raymond Hettinger | 2008-03-23 | 1 | -1/+23 |
|
|
* | Issue #1727780: Support loading pickles of random.Random objects created | Martin v. Löwis | 2007-12-03 | 1 | -2/+13 |
|
|
* | SF# 1635892: Fix docs for betavariate's input parameters . | Raymond Hettinger | 2007-01-19 | 1 | -1/+1 |
|
|
* | Bug #1590891: random.randrange don't return correct value for big number | Raymond Hettinger | 2006-12-20 | 1 | -1/+1 |
|
|
* | shuffle() doscstring: Removed warning about sequence length | Tim Peters | 2006-06-10 | 1 | -12/+6 |
|
|
* | Another crack at bug #1460340: make random.sample(dict) | Tim Peters | 2006-04-01 | 1 | -3/+14 |
|
|
* | SF bug #1460340: random.sample can raise KeyError | Raymond Hettinger | 2006-03-29 | 1 | -10/+11 |
|
|
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -1/+1 |
|
|
* | Implement random.sample() using sets instead of dicts. | Raymond Hettinger | 2005-08-19 | 1 | -9/+13 |
|
|
* | SF patch #1191489: Simplify logic in random.py | Raymond Hettinger | 2005-04-30 | 1 | -9/+10 |
|
|
* | Removed unused line. | Raymond Hettinger | 2005-01-03 | 1 | -1/+0 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -2/+2 |
|
|
* | SF #1027105: HardwareRandom should be renamed OSRandom | Raymond Hettinger | 2004-09-13 | 1 | -11/+13 |
|
|
* | Fulfill Martin's request to use try/except rather than a "look before | Raymond Hettinger | 2004-09-05 | 1 | -17/+8 |
|
|
* | SF bug #1022010: Import random fails | Raymond Hettinger | 2004-09-03 | 1 | -1/+2 |
|
|
* | HardwareRandom: Go back to multiplying by 2**-BPF instead of using | Tim Peters | 2004-08-31 | 1 | -2/+3 |
|
|
* | Take advantage of the math library's ldexp for assembling a float by | Raymond Hettinger | 2004-08-31 | 1 | -5/+3 |
|
|
* | Teach the random module about os.urandom(). | Raymond Hettinger | 2004-08-30 | 1 | -8/+62 |
|
|
* | Fix typo in comment. | Raymond Hettinger | 2004-06-07 | 1 | -1/+1 |
|
|
* | SF bug #964230: random.choice([]) should return more intelligible exception | Raymond Hettinger | 2004-06-05 | 1 | -1/+1 |
|
|
* | Reflow long line. | Jeremy Hylton | 2004-02-23 | 1 | -6/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -1/+1 |
|
|
* | Minor fixup. "Random" was listed twice in __all__. | Raymond Hettinger | 2003-10-12 | 1 | -2/+1 |
|
|
* | SF bug #812202: randint is always even | Raymond Hettinger | 2003-10-05 | 1 | -10/+54 |
|
|
* | SF bug #801342: Bug (documentation or real, your choice) in random.sample. | Raymond Hettinger | 2003-09-06 | 1 | -0/+4 |
|
|
* | Eliminate unnecessary eval() in tests | Raymond Hettinger | 2003-08-30 | 1 | -19/+18 |
|
|
* | SF bug #778964: bad seed in python 2.3 random | Raymond Hettinger | 2003-08-09 | 1 | -0/+3 |
|
|
* | Removed deprecated functions | Raymond Hettinger | 2003-08-05 | 1 | -49/+2 |
|
|
* | SF bug #759889: Pickling of Random is broken | Raymond Hettinger | 2003-06-24 | 1 | -0/+3 |
|
|
* | randrange(): Repaired my overly optimistic rewrite, and added comments | Tim Peters | 2003-06-19 | 1 | -1/+13 |
|
|
* | randrange(): 2.3 can no longer raises OverflowError on an int() call, so | Tim Peters | 2003-06-19 | 1 | -10/+1 |
|
|
* | SF bug #753602: random.sample not properly documented | Raymond Hettinger | 2003-06-13 | 1 | -4/+5 |
|
|
* | 'sum' is no longer a good variable name. Use 'total' instead. | Raymond Hettinger | 2003-05-24 | 1 | -3/+3 |
|
|