Generate cryptographically secure UUID v4 identifiers — single or bulk, multiple formats.
UUID (Universally Unique Identifier) is a 128-bit identifier standardized by RFC 4122. Version 4 UUIDs are randomly generated using cryptographic randomness, making collisions virtually impossible.
This generator uses crypto.getRandomValues() for cryptographically secure randomness. The probability of generating a duplicate is astronomically low — you'd need to generate 1 billion UUIDs per second for about 85 years to have a 50% chance of one collision.