index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
random.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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