fixed typo
This commit is contained in:
@@ -31,7 +31,7 @@ def randskip(skip_rate):
|
||||
## thus:
|
||||
# randskip(0) -> False 100% of times (never skip)
|
||||
# randskip(1) -> False 99% of times (skip 1%)
|
||||
# randskip(10) -> False 10% of times (skip 90%)
|
||||
# randskip(10) -> False 90% of times (skip 10%)
|
||||
# randskip(99) -> False 1% of times (skip 99%)
|
||||
# randskip(100) -> False 0% of times (always skip)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user