Random & Fun

8 free online tools โ€” Random numbers, pickers, wheels and generators

Fair randomness for games, draws and decisions โ€” every tool here uses the browser's cryptographic random number generator, so a coin is exactly 50/50, a d20 exactly one in twenty, and a prize draw cannot be predicted. Flip, roll, pick, split into teams, or generate random numbers, words and names.

Decide

Flip a coin (one or a hundred, with a tally that shows streaks are normal), ask yes or no, or roll dice in full tabletop notation โ€” advantage, drop-lowest, several groups at once.

Pick

The random picker draws one or several from your list or shuffles it โ€” with a real Fisherโ€“Yates shuffle, not the biased sort-by-random trick. The team randomizer splits a list into even groups and keeps pairs together on request. The random number generator gives integers in any range, with or without repeats.

Generate

Random words from a 359,000-word dictionary for games, prompts and passphrases; random names that read like real people for test data and characters.

Why "fair" needs saying

Most "random" buttons on the web use a generator seeded from the clock and map it to outcomes with a modulo, which leaves a small bias and, in principle, predictability. The tools here draw from crypto.getRandomValues and use rejection sampling, so the bias is zero โ€” a detail that matters the moment something is at stake.