Skip to content

Instantly share code, notes, and snippets.

@kloenk
Created April 10, 2017 15:49
Show Gist options
  • Save kloenk/ce32ffccf90a637318800ae2c5cb6dc4 to your computer and use it in GitHub Desktop.
Save kloenk/ce32ffccf90a637318800ae2c5cb6dc4 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