Where the randomness comes from
The browser's built-in cryptographically secure random generator supplies the bytes - the same class of source browsers rely on for TLS and Web Crypto operations, not a time-seeded pseudorandom routine. Each bit is independent, so a key of n bits carries n bits of entropy, and the exact moment you clicked Generate reveals nothing about the result. Generation is local: the key is never transmitted, logged, or stored anywhere.