uuid1 ( -- string )
UUID (Universally Unique Identifier)

Next:uuid3 ( namespace name -- string )


Vocabulary
uuid

Inputs
None

Outputs
stringa UUID string


Word description
Generates a UUID (version 1) from the host ID, sequence number, and current time.

Definition