Choosing a UUID type
UUID v4 is the normal choice when you need a random identifier. The NIL UUID is a standardized all-zero value. Use time-based output only when its creation-time characteristics match your requirements.
Generate individual or bulk UUID values directly in your browser. Choose a random v4 value, a time-based value, or the all-zero NIL UUID, then control letter case and hyphen formatting.
UUID v4 is the normal choice when you need a random identifier. The NIL UUID is a standardized all-zero value. Use time-based output only when its creation-time characteristics match your requirements.
Standard UUID text uses lowercase hexadecimal characters separated by hyphens. Some systems accept uppercase or compact values without hyphens, which can be selected before generation.
UUID v4 is the usual choice for general application identifiers because it is random and widely supported.
The bulk generator accepts between 1 and 1,000 values.
It is the special all-zero value 00000000-0000-0000-0000-000000000000, often used as a placeholder.