mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:54:55 +02:00
Update RapydScript
This commit is contained in:
parent
4726f10627
commit
fcd533a21c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue