← BBobop

🆔 UUID Generator

Universal unique identifiers. 2¹²² possibilities. The odds of collision are less than being hit by a meteorite while winning the lottery.

Generate UUID v4 (Random)

click to copy
UUID v4 uses 122 random bits from crypto.getRandomValues(). Version nibble = 4, variant bits = 10xx. Standardized in RFC 4122. Used everywhere: databases, APIs, distributed systems.