FAQ & Troubleshooting
No. Every spin uses your browser's cryptographically secure random generator, and you can verify that yourself on your own wheel.
No, Wheel of Names isn't rigged.
Every spin picks its winner using your browser's Web Crypto API, the same secure randomness source used for things like generating passwords.
That's a genuinely unpredictable source, not a formula that favors any entry.
The only way odds shift is if you deliberately set a higher weight on an entry yourself, and that setting is visible in the entry list, not hidden.
Each spin draws one random number from `crypto.getRandomValues`, then maps it onto your list of entries.
By default every entry has the same weight (1), so each one has an equal, even share of that random number.
If you turn on weighted odds and set one entry higher, it gets a proportionally bigger share of the random draw, and the wheel slice is resized to match.
That's the entire mechanism. There's no separate "pick a favorite" step anywhere in it.
It can look like the wheel is spinning, slowing down, and "deciding" where to land.
It isn't. The winning entry is selected the instant you hit spin, before any animation math runs.
The spin you watch afterward is calculated to land the pointer on that already-chosen winner.
So a dramatic near-miss wobble, or a winner that "just barely" makes it, is pure animation flavor. It has no bearing on the actual pick.
Instead of asking you to trust a claim, the site ships a dedicated fairness checker.
Open the randomness checker with your own wheel loaded, choose how many spins to simulate, and run it.
It uses the exact same winner-picking code as a real spin, just repeated thousands of times, then charts how often each entry actually won.
Equal entries won't land on identical counts. Small gaps between runs are what genuine random draws look like.
What to watch is whether every entry trends toward its fair share as the spin count grows.