Random number/item picker
Updates
Recently shipped improvements
Who carries coins in their pocket these days? Don't worry, I've got a shiny digital coin ready for you. Give those card-swiping fingers a break and experience the timeless joy of flipping a coin!
A tool that provides fair random selection using cryptographically secure random number generation. Supports 8 different modes including coin flip, dice roll, number draw, item picker, lottery number generator, roulette, ladder draw, and team division.
Choose a Draw Mode
Use the tabs at the top to choose Coin, Dice, Number, Items, Lottery, Roulette, Ladder, or Team Divider
Set the Options
Configure the options for your chosen mode, such as dice type, number range, or item list
Run the Draw
Click the draw, roll, or spin button to get a random result
View the Result
The result appears visually, and you can run the draw again whenever needed
Yes. The tool uses the Web Crypto API's cryptographically secure pseudorandom number generator (CSPRNG), producing unpredictable and unbiased results.
Assign a numeric weight to each item to give higher-weight items a greater chance of being selected. For example, 'John,3' is three times as likely to be selected as an item with the default weight of 1.
The lottery numbers are generated completely at random, so you can choose numbers without human bias. However, this does not increase your actual odds of winning.
Extra people are assigned to the first teams in order. For example, dividing 7 people into 3 teams produces teams of 3, 2, and 2.
You can separate items with line breaks, commas (,), or semicolons (;). Use whichever method is most convenient.