Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c612681b20f2ff8786067a3d8c6d041bc64d0db0
/
Lib
/
whrandom.py
cc20b76
Add comments explaining thread unsafety of this code.
by Guido van Rossum
· 26 years ago
358473c
Andrew Kuchling writes:
by Guido van Rossum
· 27 years ago
d247812
Two improvements suggested by Tim Peters: speed up random() since we
by Guido van Rossum
· 27 years ago
6757748
Properly parenthesize a long Boolean combination. Formerly, you could
by Guido van Rossum
· 28 years ago
9cb018e
Change the default seeding -- use 8 bits of sub-second precision and
by Guido van Rossum
· 28 years ago
14a6e3d
* Lib/whrandom.py: if seed is (0,0,0), initialize from current
by Guido van Rossum
· 30 years ago
3bb5448
New way of generating .pyc files, thanks to Sjoerd.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
fea2af1
* More changes due to stricter argument passing rules
by Guido van Rossum
· 32 years ago
2db9135
Misc changes and new modules. whrandom is "objectified". SOCKET.py
by Guido van Rossum
· 32 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago