summaryrefslogtreecommitdiffstats
path: root/Lib/rand.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-08-16 13:28:11 (GMT)
committerGuido van Rossum <guido@python.org>1991-08-16 13:28:11 (GMT)
commit668317db897185c0cbc2ee97d6344a08d233469c (patch)
tree51bcd797e0e6754f11b81afb9752d524a3ae43c7 /Lib/rand.py
parent4d0fdc34d1b09d0ff68359f1949bde6c7db9e338 (diff)
downloadcpython-668317db897185c0cbc2ee97d6344a08d233469c.zip
cpython-668317db897185c0cbc2ee97d6344a08d233469c.tar.gz
cpython-668317db897185c0cbc2ee97d6344a08d233469c.tar.bz2
Added warning comment
Diffstat (limited to 'Lib/rand.py')
-rw-r--r--Lib/rand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/rand.py b/Lib/rand.py
index 0616483..c299d0a 100644
--- a/Lib/rand.py
+++ b/Lib/rand.py
@@ -1,4 +1,5 @@
# Module 'rand'
+# Don't use unless you want compatibility with C's rand()!
import whrandom