| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Docstring typo fix | Andrew M. Kuchling | 2002-11-13 | 1 | -1/+1 |
|
|
* | SF patch 629637: Add sample(population, k) method to the random module. | Raymond Hettinger | 2002-11-12 | 1 | -2/+56 |
|
|
* | SF bug 594996: OverflowError in random.randrange | Tim Peters | 2002-08-16 | 1 | -4/+17 |
|
|
* | Whitespace normalized. | Raymond Hettinger | 2002-05-23 | 1 | -11/+11 |
|
|
* | Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. | Raymond Hettinger | 2002-05-23 | 1 | -0/+81 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -5/+5 |
|
|
* | Use spaces, not tabs for indents. | Guido van Rossum | 2002-05-14 | 1 | -4/+4 |
|
|
* | Closes patch 529408 deprecating random.stdgamma(). | Raymond Hettinger | 2002-05-14 | 1 | -11/+35 |
|
|
* | Closes SF bug 527139. Moved temp variables inside guard. | Raymond Hettinger | 2002-05-13 | 1 | -7/+6 |
|
|
* | random.gauss() uses a piece of hidden state used by nothing else, | Tim Peters | 2002-05-05 | 1 | -1/+4 |
|
|
* | BDFL agreed with Tim: rehabilitate randint(). | Neal Norwitz | 2002-04-13 | 1 | -2/+0 |
|
|
* | SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. | Tim Peters | 2001-11-25 | 1 | -6/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-15 | 1 | -1/+1 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+6 |
|
|
* | Repaired a docstring. | Tim Peters | 2001-02-01 | 1 | -1/+1 |
|
|
* | Change random.seed() so that it can get at the full range of possible | Tim Peters | 2001-02-01 | 1 | -37/+67 |
|
|
* | New comment block to Clarify a subtlety. | Tim Peters | 2001-01-26 | 1 | -1/+5 |
|
|
* | The combo of getstate/setstate/jumpahead is very powerful, but needs | Tim Peters | 2001-01-26 | 1 | -6/+45 |
|
|
* | SF bug 130030: Claim of bad betavariate algorithm. | Tim Peters | 2001-01-26 | 1 | -6/+19 |
|
|
* | Cosmetic changes after some sleep; no change in semantics. | Tim Peters | 2001-01-25 | 1 | -64/+82 |
|
|
* | Fix bugs introduced by rewrite (in particular, time-based initialization | Tim Peters | 2001-01-25 | 1 | -4/+38 |
|
|
* | Reworked random.py so that it no longer depends on, and offers all the | Tim Peters | 2001-01-25 | 1 | -257/+413 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -219/+219 |
|
|
* | Repair senseless random.seed docstring (reported on c.l.py). | Tim Peters | 2000-09-16 | 1 | -1/+1 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -20/+21 |
|
|
* | Add Tim Peters' shuffle() algorithm. | Guido van Rossum | 1999-08-18 | 1 | -0/+21 |
|
|
* | Added randrange to list of exported functions. | Guido van Rossum | 1998-07-31 | 1 | -1/+1 |
|
|
* | Make gauss() semi-thread-safe. It can still give duplicate results, | Guido van Rossum | 1998-05-29 | 1 | -4/+14 |
|
|
* | Add Interfaces to replace remaining needs for importing whrandom. | Guido van Rossum | 1998-05-20 | 1 | -0/+46 |
|
|
* | Correction to vonmisesvariate() by Magnus Kessler: it should take and | Guido van Rossum | 1998-04-06 | 1 | -5/+12 |
|
|
* | Fixed a bug in the gauss() function. The bug was reported by Mike | Guido van Rossum | 1998-02-19 | 1 | -5/+6 |
|
|
* | # Typos in the comments giving the names of two recently added distributions. | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
|
|
* | Added Pareto and Weibull distributions, courtesy Jeremy Hylton. | Guido van Rossum | 1997-12-02 | 1 | -0/+18 |
|
|
* | Changes to use default argument values where possible | Guido van Rossum | 1994-05-06 | 1 | -5/+1 |
|
|
* | Use float constants directly; cosmetic changes; initialize largest | Guido van Rossum | 1994-03-15 | 1 | -22/+33 |
|
|
* | Added gauss() (same as normal but twice as fast) and betavariate(); | Guido van Rossum | 1994-03-09 | 1 | -6/+47 |
|
|
* | Random variable generators | Guido van Rossum | 1994-03-09 | 1 | -0/+212 |
|
|