- random_uuid(-UUID) is det
- UUID is a random version-4 UUID, represented as
uuid(High64, Low64)
.
- uuid_atom(-UUID, +Atom) is semidet
- uuid_atom(+UUID, -Atom) is det
- Atom is equal to the hexadecimal representation of the version-4 UUID
- uuid(-UUID) is det
- Create a new, random v4 UUID as the atom representation.
Copying the API of the built-in
library(uuid)
- uuid(-UUID, +Options) is det
- Copying the API of the built-in
library(uuid)