Quick Picks
Random Name Picker
Random name picker — pick one or more names or items at random.
Use toolFree random picker tools
Pick names, draw numbers, spin a roulette wheel, roll dice, flip coins, split teams, or use game-like pickers for meetings, classrooms, parties, and quick group decisions. Your inputs stay in your browser and are not stored on the server.
Choosing presenters or chores
Deciding meeting or game order
Splitting groups quickly
Use fast random tools for everyday choices, or switch to game-style pickers when the reveal should feel more exciting.
Fast tools for everyday random decisions.
Useful tools for classes, meetings, workshops, and group activities.
Game-like randomizers that make the reveal more fun.
Quick Picks
Random name picker — pick one or more names or items at random.
Use toolGroup Tools
Random team generator — shuffle people into balanced teams.
Use toolGame Picks
Wheel of names — spin the wheel to pick one option.
Use toolQuick Picks
Random number generator — draw unique numbers from a range.
Use toolGroup Tools
List randomizer — shuffle names or items into a random order.
Use toolGame Picks
Watch name balls fall through a long pinball course and rank the finish order.
Use toolQuick Picks
Roll polyhedral D4, D6, D8, D12, and D20 dice and see the total.
Use toolGroup Tools
Ghost leg / ladder game — connect participants to outcomes at random.
Use toolGame Picks
Balls bounce around an arena until only the final survivor remains.
Use toolThree simple steps, no setup required.
Type one name or item per line.
Press the button to pick or order at random.
Check the result instantly, then copy or save it if needed.
Embed
Drop a wheel, name picker, or dice roller straight into your page — just like embedding a YouTube video. Pick a tool, copy the code, and paste it in.
Built to be a light, trustworthy set of free random tools.
Use it right in the browser with no sign-up or app.
Your names and items are not saved on the server.
Results use unbiased shuffling and browser randomness.
Responsive layout that works well on phones and desktops.
The hard part of a draw is not producing a result but getting people to accept it. However correct the algorithm is, doubt survives when nobody can see how the pick happened. So these tools show the process rather than only the answer: the wheel spinning, the balls mixing, the ladder path being traced.
At the same time the process is not decoration. The wheel decides the outcome first and then computes a rotation that lands the pointer in the exact centre of that segment, so what the pointer shows and what gets announced always agree. The ladder places its rungs randomly and lets the resulting structure determine the outcome, which means it cannot be built towards a target.
The shuffling is done properly too. The one-line shuffle most widely copied on the internet does not distribute evenly, leaving some items near where they started. This site uses a Fisher-Yates shuffle, which is proven to produce every ordering with equal probability.
Narrowing a random value to a range with the remainder operator also biases the lower part of the range upward. Values that fall in the leftover region are discarded and drawn again instead, so every number ends up equally likely.
No. Every draw is computed inside your browser and nothing you enter is sent to a server. A staff list or a class register leaves no record outside your own device.
Orderings come from a Fisher-Yates shuffle, which is proven to produce every permutation with equal probability, and numbers drawn from a range use rejection sampling so the remainder never favours part of the range. No name or number is structurally more likely.
It is normal. With ten entries, the same name twice in a row happens ten percent of the time. Randomness clusters rather than spreading evenly, so a result where everyone takes a neat turn is the artificial-looking one.
Neither. Open the page and it works, on a phone or a desktop, with nothing to install and nothing to sign up for.
Most tools let you save the result as an image or copy a share link. The image captures the entries and the outcome together, which makes it a usable record of a draw, and the link reopens the same list.
Yes. Pick a tool on the embed page, copy the snippet, and paste it into your blog or website. It is free for personal blogs, school pages, and internal company pages.