UUID Generator
v1.0.0Generate random UUIDs/GUIDs (V1, V4, V7) instantly.
Format Options
User Guide
- Version 4 (Random): Version 4 is generated purely randomly. This is the most common version, ensuring extremely high uniqueness with near-zero collision probability.
- Version 1 (Time-based/MAC): Version 1 is generated based on the current time and the device's MAC address. Suitable when uniqueness is required across time and space.
- Version 7 (Time-sorted): Version 7 is similar to v1 but time-ordered, highly optimized for use as Primary Keys in databases.