chickadee » uuid-lib » uuid-generate

uuid-generate #!optional METHODprocedure

Returns a new uuid made using the stated METHOD.

METHOD
(or false symbol) ; the UUID Version
'v1, 'V1, or 'time
DCE Version 1 (MAC address) algorithm.
'v4, 'V4, or 'random
DCE Version 4 (random) algorithm.
#f
DCE V4 if a high-quality random device available, otherwise DCE V1. The default.

An invalid METHOD is an error condition.