summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* Add some tests for corner cases.Raymond Hettinger2004-07-091-1/+25
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-8/+6
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+78
* SF bug #801342: Bug (documentation or real, your choice) in random.sample.Raymond Hettinger2003-09-061-0/+10
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-091-1/+1
* SF bug #759889: Pickling of Random is brokenRaymond Hettinger2003-06-241-0/+7
* Apply the simplified test_support boilerplate.Raymond Hettinger2003-05-031-6/+4
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3
* SF bug #690083: test_random fails sometimesRaymond Hettinger2003-02-211-1/+1
* Add refcount test.Raymond Hettinger2003-02-041-3/+12
* * Migrate sample distribution test from random.py to test_random.py.Raymond Hettinger2003-01-171-5/+22
* Move the statistical tests for four distributions into the unittest suite.Raymond Hettinger2003-01-051-0/+41
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* Test an edge case for sample().Raymond Hettinger2003-01-041-0/+1
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-14/+201
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* random.gauss() uses a piece of hidden state used by nothing else,Tim Peters2002-05-051-0/+19