Generate RFC-4122 compliant UUID v4 identifiers in bulk. Cryptographically secure via Web Crypto API.
A Universally Unique Identifier (UUID) is a 128-bit value used to uniquely identify resources across systems without coordination. UUIDs are defined by RFC 4122.
The probability of a v4 UUID collision is astronomically low β you'd need to generate billions per second for decades.
crypto.randomUUID() which uses the browser CSPRNG.