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

Prev:uuid1 ( -- string )
Next:uuid4 ( -- string )


Vocabulary
uuid

Inputs
namespacea string
namea string


Outputs
stringa UUID string


Word description
Generates a UUID (version 3) from the MD5 hash of a namespace UUID and a name.

Definition