Generators
Passwords, random numbers, UUIDs, dice and more.
Generators create something new on demand: a strong random password, a unique UUID for a database row, a random number for a draw, or a quick coin flip or dice roll to settle a decision. They are handy for developers seeding test data, anyone who needs a secure password without reusing an old one, and teachers, gamers or organisers who want fair, unbiased randomness. All of these tools use your browser's built-in cryptographic randomness, so results are generated locally and never sent to a server — nothing you create is logged or stored. Reach for the Password Generator when you need a login that won't be guessed, the UUID Generator for unique identifiers, or the Coin Flip and dice tools when you just need a quick, impartial outcome. Free, instant, and no account required.