Generate random v4 UUIDs (GUIDs) instantly. Everything runs in your browser.
crypto.randomUUID() or crypto.getRandomValues(). They contain 122 random bits, giving roughly 5.3 × 1036 possible values — the chance of collision is astronomically small. UUIDs are commonly used as database primary keys, session tokens, request IDs, and distributed system identifiers. No data leaves your browser.