Генератор UUID
Генерируйте случайные UUID (версия 4) пакетно.
Number of UUIDs
- Safe
- Processing runs on your device, so input/output is not sent anywhere.
Примечания
UUID (Universally Unique Identifier) is a 128-bit identifier typically represented in hexadecimal, used to create unique IDs across systems.
Because UUIDs are generated with randomness, the probability of collision is extremely low, which makes them useful for generating globally unique identifiers.
This tool generates UUIDs that conform to Version 4, which is the most commonly used type.
Count
You can generate between 1 and 1000 UUIDs at once.