Generate one or many RFC 4122 version-4 UUIDs (universally unique identifiers) for use in code, databases, or testing.
UUIDs are widely used as unique identifiers for database records, API objects, and distributed systems โ the odds of two random UUIDs colliding are astronomically small.
Version 4 (random) โ the most common type, generated using cryptographically secure randomness via the Web Crypto API.