1. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  2. f8a52d3 Removed deprecated functions by Raymond Hettinger · 21 years ago
  3. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  4. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  5. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  6. 92bf9da Markup adjustments; fix the names of modules referenced in an expression. by Fred Drake · 22 years ago
  7. c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 22 years ago
  8. 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 22 years ago
  9. 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 22 years ago
  10. d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 22 years ago
  11. 4cacec5 Fix a number of minor markup errors. by Fred Drake · 23 years ago
  12. 844bd5b Minor markup adjustments. by Fred Drake · 24 years ago
  13. d0946da Fix some markup breakage that prevented formatting; re-wrapped a couple of by Fred Drake · 24 years ago
  14. 0de88fc Change random.seed() so that it can get at the full range of possible by Tim Peters · 24 years ago
  15. e360d95 The combo of getstate/setstate/jumpahead is very powerful, but needs by Tim Peters · 24 years ago
  16. d52269b Fix bugs introduced by rewrite (in particular, time-based initialization by Tim Peters · 24 years ago
  17. d7b5e88 Reworked random.py so that it no longer depends on, and offers all the by Tim Peters · 24 years ago
  18. 8312577 A \begin{funcdesc} was closed with an \end{methoddesc}. by Barry Warsaw · 24 years ago
  19. 902446a Supply long-missing docs for random.seed(). Extensive rewrite of module by Tim Peters · 24 years ago
  20. 5f0decf Clean up the docs for the "random" module according to comments from Tim Peters. by Fred Drake · 24 years ago
  21. 065cba1 Added documentation for random.shuffle(). by Fred Drake · 24 years ago
  22. f0e8898 Document randrange(). by Fred Drake · 24 years ago
  23. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  24. 048b75b Make references to whrandom hyperlinks. by Fred Drake · 25 years ago
  25. 295da24 New section header style. by Fred Drake · 26 years ago
  26. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  27. a933f6a Fix vonmisesvariate() -- it now returns an angle between 0 and *two* by Guido van Rossum · 26 years ago
  28. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  29. d275de9 Remove obsolete lines like this: by Fred Drake · 26 years ago
  30. 4e66887 Consistency nits: by Fred Drake · 26 years ago
  31. 2eda4ca Markup adjustments. by Fred Drake · 26 years ago
  32. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  33. 4f80b65 Added "docs" for Pareto and Weibull distributions. by Guido van Rossum · 27 years ago
  34. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  35. 571391b New stuff by AMK. by Guido van Rossum · 27 years ago