Skip to content

Instantly share code, notes, and snippets.

@lildata
Forked from gorsuch/gist:1418850
Created February 16, 2016 21:42
Show Gist options
  • Save lildata/fd8ebfbd8d51932d5684 to your computer and use it in GitHub Desktop.
Save lildata/fd8ebfbd8d51932d5684 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