ClojureDocs

Nav

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

random-uuid

clojure.core

Available since 1.11 (source)
  • (random-uuid)
Returns a pseudo-randomly generated java.util.UUID instance (i.e. type 4).
 See: https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html#randomUUID--