Disclaimer

LAST UPDATED: AUGUST 2026

Where the randomness comes from

Every result is drawn with your browser's built-in crypto random source (crypto.getRandomValues), mapped uniformly onto your range, word set, or list. Each option has the same odds on every draw, and no result depends on the previous one.

What that's good for

Games, raffles among friends, picking a winner from a list, generating a word to spark an idea, choosing who does the dishes. For everyday decisions the draws are as fair as anyone could need.

Where you shouldn't rely on it

Don't use these results as cryptographic keys or passwords for anything valuable, and don't run a regulated lottery, contest, or gambling operation on them. Those settings demand audited randomness, key-derivation practice, and paperwork this little site does not have.

No professional advice

Nothing here is legal, financial, or any other kind of professional advice. A random word is a random word.