Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 668317d

Browse files
committed
Added warning comment
1 parent 4d0fdc3 commit 668317d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/lib-old/rand.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Module 'rand'
2+
# Don't use unless you want compatibility with C's rand()!
23

34
import whrandom
45

Lib/rand.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Module 'rand'
2+
# Don't use unless you want compatibility with C's rand()!
23

34
import whrandom
45

0 commit comments

Comments
 (0)