Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF bug #690083: test_random fails sometimes | Raymond Hettinger | 2003-02-21 | 1 | -1/+1 |
* | Add refcount test. | Raymond Hettinger | 2003-02-04 | 1 | -3/+12 |
* | * Migrate sample distribution test from random.py to test_random.py. | Raymond Hettinger | 2003-01-17 | 1 | -5/+22 |
* | Move the statistical tests for four distributions into the unittest suite. | Raymond Hettinger | 2003-01-05 | 1 | -0/+41 |
* | Add a test case. | Raymond Hettinger | 2003-01-05 | 1 | -0/+19 |
* | Test an edge case for sample(). | Raymond Hettinger | 2003-01-04 | 1 | -0/+1 |
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -14/+201 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | random.gauss() uses a piece of hidden state used by nothing else, | Tim Peters | 2002-05-05 | 1 | -0/+19 |