Created
May 19, 2014 05:14
-
-
Save Jwpe/0a4b7c45161210b5466e to your computer and use it in GitHub Desktop.
Make a random UUID in Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import uuid | |
# UUID4 is random! | |
my_uuid = uuid.uuid4() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment