Generate random UUIDs (v4) using your browser's native crypto API.
UUIDs are generated with the browser's built-in crypto.randomUUID(), a cryptographically secure random number generator - the same standard used by databases and distributed systems to avoid collisions.