summaryrefslogtreecommitdiffstats
path: root/Lib/random.py
Commit message (Expand)AuthorAgeFilesLines
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-20/+21
* Add Tim Peters' shuffle() algorithm.Guido van Rossum1999-08-181-0/+21
* Added randrange to list of exported functions.Guido van Rossum1998-07-311-1/+1
* Make gauss() semi-thread-safe. It can still give duplicate results,Guido van Rossum1998-05-291-4/+14
* Add Interfaces to replace remaining needs for importing whrandom.Guido van Rossum1998-05-201-0/+46
* Correction to vonmisesvariate() by Magnus Kessler: it should take andGuido van Rossum1998-04-061-5/+12
* Fixed a bug in the gauss() function. The bug was reported by MikeGuido van Rossum1998-02-191-5/+6
* # Typos in the comments giving the names of two recently added distributions.Guido van Rossum1997-12-091-2/+2
* Added Pareto and Weibull distributions, courtesy Jeremy Hylton.Guido van Rossum1997-12-021-0/+18
* Changes to use default argument values where possibleGuido van Rossum1994-05-061-5/+1
* Use float constants directly; cosmetic changes; initialize largestGuido van Rossum1994-03-151-22/+33
* Added gauss() (same as normal but twice as fast) and betavariate();Guido van Rossum1994-03-091-6/+47
* Random variable generatorsGuido van Rossum1994-03-091-0/+212