// Generate cryptographically secure UUID v4 values
Generate cryptographically secure UUID v4 values using the browser's built-in crypto.randomUUID() API. UUIDs are suitable for database primary keys, session identifiers, file names, and any scenario requiring globally unique identifiers.