- (make-uuid [VARIANT [NAMESPACE NAME]]) => uuidprocedure
Returns a uuid VARIANT, or the nil-uuid when missing.
The NAMESPACE and NAME are required for V3 and V5 variants.
VARIANT is a symbol.
NAMESPACE and NAME are string.
The symbols time and random are synonyms for V1 and V4, respectively.