uuid5 ( namespace name -- string )
UUID (Universally Unique Identifier)

Prev:uuid4 ( -- string )


Vocabulary
uuid

Inputs
namespacea string
namea string


Outputs
stringa UUID string


Word description
Generates a UUID (version 5) from the SHA-1 hash of a namespace UUID and a name.

Definition