UUID Generator

Generate unique UUIDs (v1, v4) with custom formatting options.

UUID v4 (Random)

Randomly generated UUIDs based on random numbers. Most commonly used for generating unique identifiers.

UUID v1 (Time-based)

Time-based UUIDs generated using timestamp and MAC address. Guaranteed uniqueness across space and time.