summaryrefslogtreecommitdiff
path: root/Lib/test/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28743: Reduce memory consumption for random module testsRaymond Hettinger2016-11-211-1/+1
* Issue 28475: Improve error message for random.sample() with k < 0. (Contribu...Raymond Hettinger2016-11-211-0/+1
* Fix typosRaymond Hettinger2016-11-131-1/+1
* Issue #18844: Strengthen tests to include a case with unequal weightingRaymond Hettinger2016-10-291-0/+17
* Issue #18844: Make the various ways for specifing weights produce the same re...Raymond Hettinger2016-10-291-0/+16
* Issue #18844: Add more testsRaymond Hettinger2016-10-141-0/+14
* Issue #18844: Fix-up examples for random.choices(). Remove over-specified t...Raymond Hettinger2016-10-121-4/+0
* Issue #18844: Make the number of selections a keyword-only argument for rando...Raymond Hettinger2016-09-261-21/+21
* Rename weighted_choices() to just choices()Raymond Hettinger2016-09-071-27/+27
* Issue #18844: Add random.weighted_choices()Raymond Hettinger2016-09-061-0/+68
* Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-311-0/+18
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-241-0/+5
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-6/+8
* Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-251-1/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | Issue #19588: Merge with 3.3Zachary Ware2013-11-261-0/+207
|\ \ | |/ |/|
| * #17789: merge with 3.3.Ezio Melotti2013-04-191-0/+207
| |\
| | * Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-0/+207
| | |\
| | | * Fix whitespacesAndrew Svetlov2013-04-121-3/+207
| | | |\
| | | | * Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-3/+207
| | | | |\
| | | | | * #17492: Additional tests for random module.R David Murray2013-04-021-0/+175
| | | | | * Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-2/+32
| | | | | |\
| | | | | * \ Issue #17149: merge fix from 3.3.Mark Dickinson2013-02-101-0/+33
| | | | | |\ \
| | | | | | * | Issue #15837: add some tests for random.shuffle().Antoine Pitrou2012-11-041-0/+33
* | | | | | | | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-261-6/+6
|/ / / / / / /
* | | | | | | #17789: test_random now works with unittest test discovery. Patch by Zachary...Ezio Melotti2013-04-191-27/+12
|/ / / / / /
* | | | | | Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-31/+1
|/ / / / /
* | | | | Fix whitespacesAndrew Svetlov2013-04-121-1/+1
|/ / / /
* | | | Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-1/+31
| |_|/ |/| |
* | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-1/+5
|\ \ \ | |/ /
| * | Issue #17149: merge fix from 3.2.Mark Dickinson2013-02-101-0/+14
| |\ \ | | |/ | |/|
| * | In random's test_seedargs: Make sure to include at least one seed object with...Mark Dickinson2012-06-241-1/+5
* | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-2/+32
| |/ |/|
* | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma...Mark Dickinson2013-02-101-0/+14
|/
* Update whatsnew. Salt the random number seed.Raymond Hettinger2010-12-081-2/+2
* Remove invalid test (it was supposed to fail on 64-bit machines.).Raymond Hettinger2010-09-071-4/+0
* Fix corner case for Random.choice() and add tests.Raymond Hettinger2010-09-071-0/+7
* Issues #7889, #9025 and #9379: Improvements to the random module.Raymond Hettinger2010-09-071-1/+9
* Document which part of the random module module are guaranteed.Raymond Hettinger2010-09-071-1/+16
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-15/+15
* Inline coefficients in gamma(). Add reflection formula. Add comments.Raymond Hettinger2009-02-191-10/+18
* Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge fromMark Dickinson2008-08-011-1/+1
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-5/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-0/+2