Skip to content

Instantly share code, notes, and snippets.

@muminoff
Last active August 29, 2015 13:57
Show Gist options
  • Save muminoff/9679496 to your computer and use it in GitHub Desktop.
Save muminoff/9679496 to your computer and use it in GitHub Desktop.
import os
import time
def _generate_id():
return os.urandom(2).encode('hex') + hex(int(time.time() * 16))[5:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment