UUID generator

Version 4 (random) UUIDs, generated with crypto.randomUUID.

What is UUID generator?

A UUID (Universally Unique Identifier) is a 128-bit value practically guaranteed to never collide with another one generated anywhere else โ€” used as database primary keys, session IDs, and request-tracing IDs where you need a unique value without a central authority handing them out.

How to use it

Choose how many v4 (random) UUIDs to generate and in which case, then generate โ€” uses the browser's cryptographic random number generator.

Example

550e8400-e29b-41d4-a716-446655440000