1. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 24 years ago
  2. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  3. c1d65c3 Repair senseless random.seed docstring (reported on c.l.py). by Tim Peters · 24 years ago
  4. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  5. 6c395ba Add Tim Peters' shuffle() algorithm. by Guido van Rossum · 25 years ago
  6. 3357561 Added randrange to list of exported functions. by Guido van Rossum · 26 years ago
  7. d03e119 Make gauss() semi-thread-safe. It can still give duplicate results, by Guido van Rossum · 26 years ago
  8. 33d7f1a Add Interfaces to replace remaining needs for importing whrandom. by Guido van Rossum · 26 years ago
  9. 5810297 Correction to vonmisesvariate() by Magnus Kessler: it should take and by Guido van Rossum · 26 years ago
  10. 72c2e1b Fixed a bug in the gauss() function. The bug was reported by Mike by Guido van Rossum · 26 years ago
  11. 5bdea89 # Typos in the comments giving the names of two recently added distributions. by Guido van Rossum · 27 years ago
  12. cf4559a Added Pareto and Weibull distributions, courtesy Jeremy Hylton. by Guido van Rossum · 27 years ago
  13. 2922c6d Changes to use default argument values where possible by Guido van Rossum · 30 years ago
  14. cc32ac9 Use float constants directly; cosmetic changes; initialize largest by Guido van Rossum · 30 years ago
  15. 95bfcda Added gauss() (same as normal but twice as fast) and betavariate(); by Guido van Rossum · 30 years ago
  16. ff03b1a Random variable generators by Guido van Rossum · 30 years ago