Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b4db1944c4392cb1510f01dcd2b10da6949b83fc
/
Lib
/
random.py
d03e119
Make gauss() semi-thread-safe. It can still give duplicate results,
by Guido van Rossum
· 27 years ago
33d7f1a
Add Interfaces to replace remaining needs for importing whrandom.
by Guido van Rossum
· 27 years ago
5810297
Correction to vonmisesvariate() by Magnus Kessler: it should take and
by Guido van Rossum
· 27 years ago
72c2e1b
Fixed a bug in the gauss() function. The bug was reported by Mike
by Guido van Rossum
· 27 years ago
5bdea89
# Typos in the comments giving the names of two recently added distributions.
by Guido van Rossum
· 27 years ago
cf4559a
Added Pareto and Weibull distributions, courtesy Jeremy Hylton.
by Guido van Rossum
· 27 years ago
2922c6d
Changes to use default argument values where possible
by Guido van Rossum
· 31 years ago
cc32ac9
Use float constants directly; cosmetic changes; initialize largest
by Guido van Rossum
· 31 years ago
95bfcda
Added gauss() (same as normal but twice as fast) and betavariate();
by Guido van Rossum
· 31 years ago
ff03b1a
Random variable generators
by Guido van Rossum
· 31 years ago