Generate RFC 4122 compliant Universally Unique Identifiers (UUIDs).
UUID (Universally Unique Identifier), also known as GUID (Globally Unique Identifier), is a 128-bit number used to identify information in computer systems. UUIDs are standardized by the Open Software Foundation (OSF) as part of the Distributed Computing Environment (DCE) and are specified in RFC 4122.
This tool currently supports versions 1 and 4, which are the most commonly used.
A standard UUID representation consists of 32 hexadecimal digits displayed in 5 groups separated by hyphens, following the pattern 8-4-4-4-12
for a total of 36 characters (including hyphens):
xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx
The letters M and N represent the UUID version and variant, respectively.