UUID Generator
Generate unique identifiers (v1, v4, v7)
About UUID Versions
- v1: Time-based. Uses current timestamp and MAC address.
- v4: Random. Most commonly used, purely random.
- v7: Unix Epoch time-based with better sorting characteristics.
Generate unique identifiers (v1, v4, v7)