ClojureDocs

导航

命名空间

random-uuid

clojure.core

自 1.11 起可用 (源代码)
  • (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--