-
-
Save kaitorque/fa1afc77ea32143f8f4390208c0c512d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gen = PRNG(getrandbits(64)) | |
print(f"First 3 values: {gen.next()},{gen.next()},{gen.next()}\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment