Where does the randomness come from?
A UUID v4's uniqueness guarantee rests entirely on its 122 random bits being genuinely unpredictable; a UUID generated from a weak or predictable random source narrows the collision resistance the format is supposed to provide.
This tool seeds its random bits from Galactropy's physical SDR entropy pool before formatting the standard 8-4-4-4-12 hex layout with the required version and variant bits set.
⚠ Cryptographic notice
UUIDs are identifiers, not secrets: don't use a UUID v4 as an authentication token or session secret; use the token generator for that instead.