What a UUID v4 is
A UUID is a 128-bit identifier commonly used for database records, distributed systems, API objects and other resources that need identifiers without a central counter.
Version 4 UUIDs are random identifiers with specific version and variant bits. Toolmera uses crypto.randomUUID() when available and a Web Crypto byte fallback when needed.