Skip to content

Instantly share code, notes, and snippets.

@kaitorque
Created December 6, 2020 17:01
Show Gist options
  • Save kaitorque/fa1afc77ea32143f8f4390208c0c512d to your computer and use it in GitHub Desktop.
Save kaitorque/fa1afc77ea32143f8f4390208c0c512d to your computer and use it in GitHub Desktop.
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