Generate unique identifiers
Generated using cryptographically secure random values. Most commonly used version.
Modern RFC 9562 format. Combines timestamp with randomness for database-friendly, sortable IDs.
Based on timestamp and random node ID. Useful when chronological ordering is needed.
Special UUID with all zeros. Used as a placeholder or null value.