Skip to content

Instantly share code, notes, and snippets.

@bgnori
Created August 30, 2013 00:26
Show Gist options
  • Save bgnori/6385007 to your computer and use it in GitHub Desktop.
Save bgnori/6385007 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import os
import struct
ts = struct.unpack("L", os.urandom(8))
print(ts[0])
@bgnori
Copy link
Author

bgnori commented Aug 30, 2013

lingrのpermit生成用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment