About the UUID Generator
What is a UUID?
A UUID (Universally Unique Identifier) is a 128-bit globally unique identifier. UUID v4 is generated from random numbers with an extremely low collision probability (about 10^-37). UUIDs are widely used for database primary keys, distributed systems, file identifiers and more.