Frequently Asked Questions
What is a UUID?
A UUID (Universally Unique Identifier) is a 128-bit identifier that is practically guaranteed to be unique. Version 4 UUIDs are randomly generated.
How many UUIDs can I generate at once?
You can generate 1 to 100 UUIDs at a time, with options for uppercase/lowercase and with/without dashes.
Are the UUIDs truly random?
Yes, they use crypto.getRandomValues() for cryptographically secure random number generation.