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 1383856 commit 2e93820Copy full SHA for 2e93820
README.md
@@ -32,6 +32,7 @@ rc = RandCrack()
32
for i in range(624):
33
rc.submit(random.getrandbits(32))
34
# Could be filled with random.randint(0,4294967294) or random.randrange(0,4294967294)
35
+
36
print("Random result: {}\nCracker result: {}"
37
.format(random.randrange(0, 4294967295), rc.predict_randrange(0, 4294967295)))
38
```
0 commit comments