Number of UUIDs to generate (1-100).
About UUIDs/GUIDs
A Universally Unique Identifier (UUID) or Globally Unique Identifier (GUID) is a 128-bit number used to identify information in computer systems. The term GUID is generally used by Microsoft, while UUID is the more standard term.
This tool generates Version 4 UUIDs, which are created using random numbers. The probability of generating a duplicate is extremely low, making them suitable for use as unique keys in databases, session identifiers, and more.