Whenever I need random data for something (as a password, a token, a seed, a server-side secret...) and google for a generator, I always end up on random.org, entering the same configuration, clicking the same checkboxes and clicking the same button. This takes an unnecessary amount of time.
I built this website that uses secure defaults and immediately presents you with a string of random data generated locally in your browser. It uses the Web Crypto API [1] for obtaining strong randomness. It's running on Cloudflare to be as fast as possible.
[1] https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_...