UUID/GUID Generator
UUID v1 (Timestamp)
Generated using timestamp and MAC address. Guarantees time-based uniqueness.
UUID v4 (Random)
Randomly generated. It is the most common version and recommended for most cases.
UUID v5 (Name + Namespace)
Generated using SHA-1 hash of a namespace and name. Always produces the same UUID for the same input.