Generate UUID
About UUIDs
UUID v4 - Uses random numbers as the source for creating the UUID. This is the most common type and suitable for most applications.
UUID v1 - Creates a UUID based on the current timestamp and MAC address of the computer. May expose information about when and where it was generated.
UUIDs (Universally Unique Identifiers) are 128-bit identifiers that are designed to be unique across space and time, making them ideal for distributed systems.