Generate random UUID v4 identifiers. Each UUID is unique — generated using your browser's crypto API.
UUID v4 uses random numbers to generate 128-bit identifiers. With 2^122 possible combinations, collisions are astronomically unlikely. Suitable for database keys, session IDs, and distributed systems.