diff options
-rw-r--r-- | Lib/lib-old/rand.py | 1 | ||||
-rw-r--r-- | Lib/rand.py | 1 |
2 files changed, 2 insertions, 0 deletions
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 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 |