Create a Base62-encoded UUID string from the provided bytes or a newly generated random UUID. The result is a compact, URL-safe identifier.
optional 16-byte Uint8Array; if omitted a new random UUID is generated
Base62 string representation (22 characters)
Create a Base62-encoded UUID string from the provided bytes or a newly generated random UUID. The result is a compact, URL-safe identifier.