Namespace: joker.uuid
v1.0Contents
Summary
Generates random UUID version 4 strings.
Index
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
new
Function v1.0(new)Returns a newly generated random UUID version 4 string.
Uses cryptographic randomness and the canonical 8-4-4-4-12 hexadecimal form.
Throws Error if secure randomness cannot be read.