chickadee » uuid-lib » make-uuid

make-uuid #!optional VARIANTprocedure

Returns a new uuid.

VARIANT is:

'V1 or 'time
DCE Version 1 (MAC address) algorithm.
'V4 or 'random
DCE Version 4 (random) algorithm.
#f
The null-uuid. The default.

An invalid MODE is an error condtion.