Generador de UUID
Genera identificadores UUID v4 aleatorios para cargas simuladas, fixtures de pruebas y registros de muestra.
Create one or several identifiers at once whenever you need a quick set of unique-looking IDs.
Resultado
Generated UUIDs will appear here.
What is UUID v4?
UUID v4 is a randomly generated 128-bit identifier written as hexadecimal segments. It is commonly used when you need globally unique IDs without coordinating with a central server.
Ejemplos
7d36d95f-765e-4f2b-a9d9-0cb41e4ea0cb
Preguntas frecuentes
Is UUID v4 cryptographically secure?
In modern browsers, crypto.randomUUID() relies on a cryptographically secure source of randomness.
¿Puedo generar varios UUID a la vez?
Sí. El selector permite crear 1, 5 o 10 UUID en un clic.
¿Garantizan los UUID la unicidad?
No ofrecen una garantía matemática absoluta, pero las colisiones son extremadamente improbables en uso práctico.
Cómo se usa habitualmente esta herramienta
Read the practical guide for UUID usage in APIs, databases, queues and test data.