When "just pick one" needs to be genuinely fair
There is a specific kind of pressure that shows up the moment a choice affects other people. A teacher calling on students, a streamer drawing a giveaway winner in front of a live chat, a manager splitting a squad into two teams for a hackathon — in every one of these moments, the question is not really "which option wins?" It is "will everyone believe the outcome was fair?" That second question is what Tooloulou is built around. Every picker, spinner, and draw on this site is designed so the result can survive scrutiny: no hidden weighting, no thumb on the scale, no "the wheel always seems to land on the same name." The randomness runs in your own browser, the same way for the first spin and the thousandth, and the whole point is that you can hand the outcome to a room full of skeptical people and have it hold up.
That is a different job from picking something for yourself. If you are choosing what to have for dinner, bias barely matters. But a raffle host who quietly favours a friend, or a group leader who keeps landing on the same volunteers, erodes trust fast — and trust, once gone, is expensive to rebuild. So the tools here lean deliberately toward the fairness end of the spectrum: transparent, repeatable, and boring in exactly the way a referee should be boring. If you have ever been accused of rigging a draw you ran honestly, this is the site that lets you prove you did not.
The pickers, and the moment each one is actually for
The Spin the Wheel Decision Picker is the crowd-pleaser: you type in your options, the wheel spins, and one segment wins. It works because it is visible — everyone watches the same wheel decelerate, so the outcome feels earned rather than announced. It is the natural fit for classroom cold-calling, choosing which team member presents first, or letting a live audience feel the tension of a draw. When you need a straight winner from a list instead of a spectacle, the Random Team & Group Picker does two jobs from one pasted list of names: it splits people into balanced teams, or it pulls a single fair winner. That makes it the workhorse for standups, secret-santa assignments, breakout rooms, and any giveaway where you just need one clean name out of hundreds.
For binary calls, the Yes or No Decision Maker and the Coin Flip Simulator cover slightly different needs. The coin flip is honest and countable — flip once, or flip up to a thousand times and watch the heads/tails percentages settle toward fifty-fifty in real time, which is a small, satisfying lesson in how randomness actually behaves at scale. The yes/no maker adds a "maybe," which sounds trivial until you are the one staring at a genuinely close call and need a nudge, not a verdict. Underneath both sits the Random Number Generator, the quiet backbone of fair draws: set a min and max, decide whether numbers can repeat, and pull as many as you need. Assign every raffle entrant a number, generate the winning one, and you have a draw that anyone can re-check. Tabletop players reach instead for the Dice Roller — d4 through d20 and custom-sided dice — which is the same idea dressed for game night.
Running a giveaway or raffle people will believe
A clean giveaway is mostly about the setup, not the spin. The trick is to lock your entrant list before you draw and to make the winning step something an outsider could reproduce. The reliable pattern: collect every valid entry, number them in order (spreadsheet row numbers work perfectly), then use the Random Number Generator with the range set from one to your total count. Turn off repeats if you are drawing multiple winners so nobody wins twice. Screenshot the range and the result, or better, run the draw live on stream so the number is generated in front of witnesses. Because the generator does not know or care who sits behind each number, there is no way to nudge it toward a favourite — the fairness is structural, not a promise you are asking people to take on faith.
If your audience responds better to spectacle than to spreadsheets, the wheel spinner is the friendlier front end for the same fairness. Paste the shortlisted names, spin on camera, and let the deceleration do the emotional work. For larger crowds where a wheel would be unreadable, draw a number first to pick the row, then reveal the name — you get the drama of a live moment without pretending a two-hundred-slice wheel is legible. The through-line across every method is the same: decide the rules before you draw, not after, and keep the winning step reproducible. Fair is not a vibe. It is a process you could hand to a stranger and get the same guarantees.
Secure random is the same principle, pointed at your accounts
Fairness and security are closer cousins than they look. A password is only strong if an attacker cannot guess the pattern behind it — which is to say, it has to be genuinely unpredictable, the exact quality that makes a raffle draw trustworthy. The Random Password Generator builds high-entropy strings with your choice of length, symbols, numbers and case, so what comes out has no human habit baked into it: no birthday, no keyboard walk, no reused favourite. When you need something a human actually has to remember — a laptop login, a master password — the Memorable Passphrase Generator uses the diceware approach, stringing together random everyday words into a phrase that is easy to recall yet brutally hard to brute-force. Four or five random words beat a mangled single word almost every time.
Everything here runs client-side and asks for nothing: no account, no email, no stored history. That matters most for the security tools — a password generator you have to trust with your email is a contradiction — but it is the standing rule across the whole site. Generate what you need, use it, close the tab, and nothing lingers on a server. Whether you are settling a family argument, drawing a winner in front of a live audience, splitting a class into project teams, or locking down a new account, the underlying promise does not change: an unbiased result you can stand behind, produced the same way every single time, with the receipts to prove it if anyone asks.