diff options
Diffstat (limited to 'Lib/rand.py')
-rw-r--r-- | Lib/rand.py | 1 |
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 |