LuckPickerSpin the Wheel

About

This site is a hub of free random generators and decision tools — a spinner wheel, dice, coin flips, name pickers, team splitters, and about twenty more — built around one idea: a random result should be genuinely fair, genuinely private, and available the instant you need it, with no account, no download, and nothing uploaded anywhere.

It started from a simple frustration with existing online random tools: most either use JavaScript's built-in Math.random() function, which is fast but was never designed to resist prediction, or they route your input through a server for no real reason — a raffle entrant list, a class roster, a password you're about to actually use, sent somewhere it never needed to go. Every tool here runs entirely in your browser instead, using your device's own cryptographically secure random number generator (crypto.getRandomValues), the same category of randomness source used to generate encryption keys.

None of the roughly 25 tools share a single underlying template with the label swapped for a different noun — that was a deliberate constraint from the start, not an accident of how the site grew. Picking one item from a list, splitting a group into teams, generating a password, and spinning a wheel are genuinely different math problems, so each tool's own page walks through its specific mechanic rather than pointing back to one shared explanation that doesn't quite fit every case. The methodology page ties the common threads together for anyone curious about the bigger picture.

The site is operated independently, currently by a single person, and is funded by an optional custom wheel pack and reader support rather than by selling or sharing any data — since no data is ever collected from the tools in the first place, there is nothing to sell.

New tools get added as real, genuinely distinct needs come up rather than as filler — every tool that exists here earns its place by solving a decision-making problem that the existing tools didn't already cover well. If there's a randomizer you expected to find and didn't, the contact page is the place to say so.