UUID (Universally Unique Identifier) is a 128-bit identifier, typically represented as 32 hexadecimal digits grouped into five sections in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
- 🎲 This tool generates UUID v4, which is based on random numbers and is suitable for most scenarios requiring unique identification.
- 📏 Each UUID has a fixed length of 36 characters (including hyphens).
- ⚡ Randomness: Version 4 uses 122 random bits; the remaining 6 bits are for version and variant identifiers.
- 🧮 You can generate 1 to 1000 UUIDs using the quantity input box, with one UUID per line in the result.
- 💡 Example:
123e4567-e89b-12d3-a456-426614174000