UUID Generator
Generate cryptographically random UUID v4 identifiers. Bulk generate up to 100 at once.
What is UUID v4?
UUID v4 (Universally Unique Identifier version 4) is a 128-bit identifier generated using random or pseudo-random numbers. The probability of collision is astronomically low, making it ideal for distributed systems, database keys, and session identifiers.
Format: xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx where y is one of 8, 9, a, b.