Generate random, unique Version 4 UUIDs (Universally Unique Identifiers).
A Version 4 UUID is a universally unique identifier that is generated using random numbers. The probability of a collision (generating the same UUID twice) is virtually zero.
Generate universally unique identifiers (UUIDs) version 4 instanty. These are widely used in software development to create unique keys for database records, session IDs, and more.