Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

#(make-uuid)

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"
>
Clone this wiki locally