chickadee » uuid-lib » uuid-generate

uuid-generate #!optional METHODprocedure

Returns a new uuid.

METHOD is:

'random
DCE Version 4 (random) algorithm.
'time
DCE Version 1 (MAC address) algorithm.
#f
DCE V4 if a high-quality random device available, otherwise DCE V1. The default.

An invalid METHOD is an error condtion.