Loterijballenbak-kiezer
Stuiterende ballen — er wordt er één getrokken.
Animated lottery ball pit. Watch the balls bounce, then one drops out.
0 items
Opties
Recente resultaten
- Nog geen geschiedenis.
Veelgestelde vragen
Is the winning ball decided by the physics?
No. The winner's index is picked first with the Web Crypto API (crypto.getRandomValues), then that specific ball is animated leaping out of the pit. The bouncing is theatre; the draw is a fair uniform pick.
What happens if I have reduced motion enabled?
The pit skips the constant bouncing animation. Drawing still works exactly the same — the winner is picked with the same fair method and announced in text below the canvas.
Why are long names shortened on the balls?
Labels longer than six characters are trimmed with an ellipsis so they fit on a ball. The full entry still appears in the winner announcement and in the History list, so nothing is actually lost.
Can the same ball win twice?
Yes — every entry stays in the pit between draws. To run a no-repeat giveaway, delete each winner's line from the list after their draw; the pit rebuilds automatically whenever you edit the entries.
Can I draw numbers instead of names?
Yes. Type each number on its own line and it becomes a ball. There's no automatic range generator here, so for a plain numeric draw like 1-500 the Random Number Generator is quicker.
Verwante randomizers
Further reading
- Running a multi-prize draw with the ball pit picker
A grand prize and a handful of runners-up need a different plan than a single winner. Here's how to sequence repeat draws in the lottery ball pit picker, decide whether winners stay in the pit, and read back the results afterward.
- Why a bouncing ball pit feels more honest than a text draw
The math behind a random pick is identical whether it's shown as plain text or a bouncing lottery ball. Here's why the ball pit picker's physical draw still matters, and how to use it for raffles, giveaways, and classroom picks.
- Wheel of Names: how to make 'just spin it' actually fair
Wheel pickers feel like magic, but most of them are rigged in tiny ways their creators never thought about. Here's how a fair wheel is supposed to work, and why the spin itself is theatre.