What is "The Chosen One"?
"The Chosen One" is the fastest way to pick a person at random without typing names or setting up a draw: everyone places a finger on the screen at the same time and, after a short countdown, the tool lights up one of the fingers as the winner. It's the system popularized by the Chwazi app, perfect when there are several of you around a table and you need to decide something in seconds.
No sign-up or install needed: open the page on your phone or tablet, put it in the middle of the group and let luck decide who starts, who deals or whose turn it is.
When is it handy?
- Board and card games: decide who goes first with no arguments.
- Splitting turns or chores: who does the dishes, takes out the trash or pays the round.
- Teams and group dynamics: point to the first person to kick off an activity.
- With kids: a visual, fun way to draw lots that they get instantly.
- Hangouts and parties: pick the volunteer for the next dare.
How does it work? Is it fair?
When there are two or more fingers on the screen, a countdown begins. When it reaches zero, the tool picks one of the fingers using the browser's random number generator (Math.random()) uniformly: every finger has exactly the same chance of being chosen, no matter the order they were placed or where they are on the screen.
Everything happens on your device; nothing is sent to any server and no data is stored. If you lift your fingers early or want a rematch, just touch again or tap "Play again".
Frequently asked questions
How many fingers can I use?
As many as fit on the screen. Two is enough to start, and the more participants, the more exciting the countdown. The limit is set by your screen size and the number of touches your device detects.
Does it work on a computer?
It's designed for touchscreens (phone or tablet), where several people can place a finger at once. On a computer without a touchscreen there's no multitouch, so we recommend opening it on your phone.
Does everyone have the same chance?
Yes. The winner is chosen at random and uniformly among all the fingers present, so no one has an advantage for placing their finger first or in a specific spot.
Do I need a connection or to install anything?
No. It's a web page that runs in the browser: there's no app to install and no sign-up, and once loaded it uses barely any data.