Generate quick UUIDs of version 1 and 4.
UUIDs are 128-bit labels that are considered unique for all practical purposes. Read more about UUIDs here.
UUID v1 is generated using a combination of the timestamp and the MAC address of the generating computer. Read more here.
UUID v4 is generated using random numbers. Read more here.