summaryrefslogtreecommitdiff
path: root/Lib/random.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-3/+7
|\
| * #17489: Add explanatory comment that __getstate__ is not called.R David Murray2013-04-021-0/+3
| * Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-8/+6
| |\
| * \ Issue #17149: merge fix from 3.3.Mark Dickinson2013-02-101-3/+4
| |\ \
| | * | Issue #15837: add some tests for random.shuffle().Antoine Pitrou2012-11-041-3/+4
* | | | Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-0/+10
| |_|/ |/| |
* | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-1/+1
|\ \ \ | |/ /
| * | Issue #17149: merge fix from 3.2.Mark Dickinson2013-02-101-2/+2
| |\ \ | | |/ | |/|
| * | Issue #14926: merge with 3.2Sandro Tosi2012-06-021-1/+1
| |\ \
| | * \ Merge 3.2Brian Curtin2011-11-111-1/+0
| | |\ \
| | * \ \ Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-1/+1
| | |\ \ \
| | | * \ \ Avoid codec spelling issues by just using the utf-8 default.Raymond Hettinger2011-05-051-1/+1
| | | |\ \ \
| | | * \ \ \ #11848: Merge with 3.2.Ezio Melotti2011-04-151-1/+1
| | | |\ \ \ \
| | | * \ \ \ \ Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-5/+5
| | | |\ \ \ \ \
| | | | * | | | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
| | | | * | | | | Fix imports from collections.abcRaymond Hettinger2011-02-231-4/+4
* | | | | | | | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-8/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma...Mark Dickinson2013-02-101-2/+2
|/ / / / / / /
* | | | | | | Issue #14926: fix docstring highlightSandro Tosi2012-06-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix #13384. Remove __future__ import in 3.x code.Brian Curtin2011-11-111-1/+0
|/ / / / /
* | | | | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
* | | | | Sync-up minor code edits with the default branch.Raymond Hettinger2011-05-051-4/+4
| |_|_|/ |/| | |
* | | | Avoid codec spelling issues by just using the utf-8 default.Raymond Hettinger2011-05-051-1/+1
| |_|/ |/| |
* | | #11848: Merge with 3.1.Ezio Melotti2011-04-151-71/+66
|\ \ \ | |/ /
| * | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-71/+66
| |\ \ | | |/
| | * Update whatsnew. Salt the random number seed.Raymond Hettinger2010-12-081-4/+7
| | * Improve variable name (don't shadow a builtin).Raymond Hettinger2010-09-081-3/+3
| | * One more conversion from pow() to **.Raymond Hettinger2010-09-081-1/+1
| | * * Remove dependency on binascii.hexlify by using int.from_bytes().Raymond Hettinger2010-09-081-10/+9
| | * In the case where only a user supplied random() method is available,Raymond Hettinger2010-09-081-12/+12
| | * Neaten-up comments and warning message.Raymond Hettinger2010-09-071-4/+4
| | * Minor refactoring and cleanup. Extend looping randrange() technique to subcl...Raymond Hettinger2010-09-071-20/+23
| | * Fix test that depends on a particular implementation of random.choice().Raymond Hettinger2010-09-071-5/+2
| | * Fix corner case for Random.choice() and add tests.Raymond Hettinger2010-09-071-1/+5
| | * Small clean-ups.Raymond Hettinger2010-09-071-29/+12
| | * Issues #7889, #9025 and #9379: Improvements to the random module.Raymond Hettinger2010-09-071-23/+20
| | * Minor code cleanupRaymond Hettinger2010-09-071-4/+4
| | * Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-071-2/+11
| | * Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-1/+1
* | | #11848: replace dead link in random.betavariate comment.Ezio Melotti2011-04-151-1/+1
|/ /
* | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
* | Issue #7435: Remove reference to long in docstring. Thanks flox.Mark Dickinson2009-12-051-1/+1
|/
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-111-1/+1
* Use ABCs to validate documented restriction to Sets or Sequences.Raymond Hettinger2009-02-241-3/+4
* Merged revisions 68378 via svnmerge fromMark Dickinson2009-01-071-3/+5
* Merged revisions 65259,65263,65296,65307,65321 via svnmerge fromBenjamin Peterson2008-07-311-1/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+24
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-27/+16
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-162/+4
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-2/+13