make uuid - part-cw/lambdanative GitHub Wiki
make-uuid
returns a 36 character string representation of a universally unique identifier (UUID).
Note: the uuid module requires the inclusion of libuuid
in the LIBRARIES
file.
Example
Example 1: Create a UUID
> (make-uuid)
"254308ba-e758-4564-be04-46bdc2c880f4"
>