1. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 21 years ago
  2. 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
  3. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  4. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  5. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  6. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  7. c1ac194 Clarify and speedup test. by Raymond Hettinger · 22 years ago
  8. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  9. c0b4034 Improved clarity and thoroughness of docstring. by Raymond Hettinger · 22 years ago
  10. ea002a1 Docstring typo fix by Andrew M. Kuchling · 22 years ago
  11. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  12. 9146f27 SF bug 594996: OverflowError in random.randrange by Tim Peters · 22 years ago
  13. ef4d4bd Whitespace normalized. by Raymond Hettinger · 22 years ago
  14. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 22 years ago
  15. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  16. 570764d Use spaces, not tabs for indents. by Guido van Rossum · 22 years ago
  17. b760efb Closes patch 529408 deprecating random.stdgamma(). by Raymond Hettinger · 22 years ago
  18. ca6cdc2 Closes SF bug 527139. Moved temp variables inside guard. by Raymond Hettinger · 22 years ago
  19. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago
  20. f42d32c BDFL agreed with Tim: rehabilitate randint(). by Neal Norwitz · 22 years ago
  21. dc47a89 SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. by Tim Peters · 23 years ago
  22. 0e6d213 Whitespace normalization. by Tim Peters · 23 years ago
  23. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  24. bcd725f Repaired a docstring. by Tim Peters · 23 years ago
  25. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 23 years ago
  26. 715c4c4 New comment block to Clarify a subtlety. by Tim Peters · 23 years ago
  27. e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 23 years ago
  28. 85e2e47 SF bug 130030: Claim of bad betavariate algorithm. by Tim Peters · 23 years ago
  29. cd80410 Cosmetic changes after some sleep; no change in semantics. by Tim Peters · 23 years ago
  30. d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 23 years ago
  31. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 23 years ago
  32. 0c9886d Whitespace normalization. by Tim Peters · 24 years ago
  33. c1d65c3 Repair senseless random.seed docstring (reported on c.l.py). by Tim Peters · 24 years ago
  34. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  35. 6c395ba Add Tim Peters' shuffle() algorithm. by Guido van Rossum · 25 years ago
  36. 3357561 Added randrange to list of exported functions. by Guido van Rossum · 26 years ago
  37. d03e119 Make gauss() semi-thread-safe. It can still give duplicate results, by Guido van Rossum · 26 years ago
  38. 33d7f1a Add Interfaces to replace remaining needs for importing whrandom. by Guido van Rossum · 26 years ago
  39. 5810297 Correction to vonmisesvariate() by Magnus Kessler: it should take and by Guido van Rossum · 26 years ago
  40. 72c2e1b Fixed a bug in the gauss() function. The bug was reported by Mike by Guido van Rossum · 26 years ago
  41. 5bdea89 # Typos in the comments giving the names of two recently added distributions. by Guido van Rossum · 27 years ago
  42. cf4559a Added Pareto and Weibull distributions, courtesy Jeremy Hylton. by Guido van Rossum · 27 years ago
  43. 2922c6d Changes to use default argument values where possible by Guido van Rossum · 30 years ago
  44. cc32ac9 Use float constants directly; cosmetic changes; initialize largest by Guido van Rossum · 30 years ago
  45. 95bfcda Added gauss() (same as normal but twice as fast) and betavariate(); by Guido van Rossum · 30 years ago
  46. ff03b1a Random variable generators by Guido van Rossum · 30 years ago