Added warning comment
diff --git a/Lib/lib-old/rand.py b/Lib/lib-old/rand.py
index 0616483..c299d0a 100644
--- a/Lib/lib-old/rand.py
+++ b/Lib/lib-old/rand.py
@@ -1,4 +1,5 @@
 # Module 'rand'
+# Don't use unless you want compatibility with C's rand()!
 
 import whrandom