Public Vars

Back

random-uuid (clj)

(source)

function

(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--

Examples