Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3580216 commit 4e2cf09Copy full SHA for 4e2cf09
‎xxh_xxh/settings.py‎
@@ -1,7 +1,7 @@
1
import sys, os
2
3
global_settings = {
4
- 'XXH_VERSION': '0.6.15'
+ 'XXH_VERSION': '0.6.16'
5
}
6
7
if __name__ == "__main__":
‎xxh_xxh/xxh.py‎
@@ -3,7 +3,6 @@
from sys import exit
from argparse import RawTextHelpFormatter
from urllib.parse import urlparse
-from random import randint
from base64 import b64encode
8
9
from .shell import *
@@ -20,6 +19,9 @@ def eeprint(*args, **kwargs):
20
19
print(*args, file=sys.stderr, **kwargs)
21
exit(return_code)
22
+def randint(a, b):
23
+ return a+datetime.datetime.now().microsecond%(b-a+1)
24
+
25
class xxh:
26
def __init__(self):
27
self.package_dir_path = p(f"{__file__}").parent
0 commit comments