UUID Generator

Generate UUIDs in bulk with support for multiple versions.

327cfaae-f4fd-4fb6-adaa-999c52c8e8d5
621cfa89-84c7-4ffe-b431-1ed89d054ba6
b867f49b-f5f0-4065-9fef-d9c86e2586f9
ffca5feb-1a50-485b-b17d-0c5f51747682
f86d8888-1cd9-4a39-94e6-d3051e29f145

About UUID versions

  • v4 — Random UUID. 122 bits of random data.
  • v7 — Time-ordered random UUID. Monotonically increasing with timestamps, good for databases.
  • v1 (basic) — Time-based UUID using MAC address (randomized node).
  • Nil — The "zero" UUID. All bits are zero.