Skip to content

Instantly share code, notes, and snippets.

@boutros
Forked from gorsuch/gist:1418850
Created September 20, 2012 12:01
Show Gist options
  • Save boutros/3755497 to your computer and use it in GitHub Desktop.
Save boutros/3755497 to your computer and use it in GitHub Desktop.
clojure 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