Generate universally unique identifiers (UUIDs)
UUID v4: Randomly generated UUIDs using cryptographically strong random values.
UUID v1: Time-based UUIDs that include timestamp and node information.
Format: 8-4-4-4-12 hexadecimal digits (e.g., 123e4567-e89b-12d3-a456-426614174000)