UUID v7 Generator

Mint time-ordered UUID v7 values in the browser. Switch to v4 when you want a purely random ID.

v7 encodes the current millisecond timestamp in the first 48 bits, sets the version to 7, and fills the rest with CSPRNG bits (RFC 9562-style). Nothing is logged.