Generate single or batch RFC 4122 version 4 UUIDs with custom formatting and casing options.
A Universally Unique Identifier (UUID) v4 is a 128-bit value generated randomly. This advanced client-side tool allows you to generate single UUIDs or custom batches up to 100 at a time, with toggleable hyphens, brackets, and character casing options.
A version 4 UUID has the structure xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx where 4 specifies the version, and y must be one of 8, 9, a, or b representing the RFC variant. The remaining characters are generated using cryptographically secure random bits, ensuring a collision probability that is practically zero.