Generate universally unique identifiers (UUID v4, GUID, NanoID).
UUID is a universally unique identifier, while GUID is a specific implementation of UUID used by Microsoft.
While collisions are extremely rare, they are not 100% guaranteed.
You can use them as unique identifiers in database records, API keys, session IDs, and more.