Skip to content

Instantly share code, notes, and snippets.

@firesofmay
Forked from gorsuch/gist:1418850
Last active December 19, 2015 23:49
Show Gist options
  • Save firesofmay/6037364 to your computer and use it in GitHub Desktop.
Save firesofmay/6037364 to your computer and use it in GitHub Desktop.
Clojure random UUID
(defn uuid [] (str (java.util.UUID/randomUUID)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment