Add explicit memory type declaration to random generator
This commit is contained in:
parent
def8aa8e90
commit
00379b472b
@ -4,6 +4,6 @@ def getRandomHex():
|
|||||||
return hex(random.randint(0, 0x10000) | (1 << 30))[-4:].upper()
|
return hex(random.randint(0, 0x10000) | (1 << 30))[-4:].upper()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print("@0xE0")
|
print("@p\n@0xE0")
|
||||||
for i in range(0, 32):
|
for i in range(0, 32):
|
||||||
print(getRandomHex())
|
print(getRandomHex())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user