Generate random UUIDs/GUIDs instantly. Supports v4 (random) and v1 (timestamp). Bulk generation up to 1000.
A UUID (Universally Unique Identifier) is a 128-bit identifier that is unique across time and space. Also known as GUID (Globally Unique Identifier), UUIDs are used in databases, distributed systems, and APIs to create unique identifiers without a central authority.
A standard UUID looks like: 550e8400-e29b-41d4-a716-446655440000
It consists of 32 hexadecimal digits displayed in 5 groups separated by hyphens: 8-4-4-4-12.