Update RapydScript

This commit is contained in:
Kovid Goyal 2017-09-06 11:24:08 +05:30
parent 4726f10627
commit fcd533a21c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -48,7 +48,7 @@ def random():
for i in range(8):
n += ρσ_get_random_byte() * m
m *= 256
return n / 18446744073709551616
return v'n / 0x10000000000000000'
# unlike the python version, this DOES build a range object, feel free to reimplement
def randrange():