Skip to content

Instantly share code, notes, and snippets.

@kloenk
Created April 10, 2017 15:49
Show Gist options
  • Save kloenk/1911b624048c347d66146d2c02fec378 to your computer and use it in GitHub Desktop.
Save kloenk/1911b624048c347d66146d2c02fec378 to your computer and use it in GitHub Desktop.
Python urandom Viewer
#!/usr/bin/python3
__author__ = "Kloenk"
import os
def Urandom():
n = 999
print( os.urandom(n))
return True
while (Urandom()):
;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment