What is UUID Generator?
UUID Generator creates unique identifiers for databases, tests, and application code.
How to use it
Choose how many UUIDs to generate, then copy the list.
How it works
The browser uses `crypto.randomUUID()` when supported and falls back to random bytes.
Is data saved?
UUIDs are generated locally in your browser.