Generators
UUID Generator
Generate random version 4 UUIDs, one per line.
Version 4 UUIDs are 122 random bits, generated here by the browser's crypto.randomUUID. Collisions are not impossible, just vanishingly unlikely — which is why they are safe to mint offline without coordinating with a server.
Options
Produces the {xxxxxxxx-…} form used by some platforms.
Output
0lines0words0characters0 B
Options explained
- Wrap in braces — Produces the {xxxxxxxx-…} form used by some platforms.