Are wheel spinners rigged?
Some are, deliberately, and they are sold that way. If you have watched a giveaway land suspiciously well for the organiser's friend, this explains what rigged wheels actually do, how to spot one, and how to run a draw nobody can reasonably dispute.
Yes, rigged wheel spinners exist and are openly sold — several apps advertise a mode that lets the organiser pick the winner in advance while the spin looks fair to everyone watching. Most mainstream wheel tools are not rigged, but you cannot tell by looking. The only reliable protections are seeing the full entrant list before the spin, watching an uncut recording, and using a tool that lets you test its own distribution.
What does a rigged wheel spinner actually do?
It decides the winner before the wheel moves, then animates a spin that lands there. That is not a subtle statistical bias — it is a preset outcome with a convincing animation over the top. Apps offering this describe it plainly: choose the exact sequence of results in advance, and the spin looks random to everyone watching.
Worth being clear that the underlying mechanism is not sinister by itself. Almost every wheel tool, including this one, decides the result first and animates to match — that is simply how you make a spin land cleanly on a segment. The difference is who or what decides: a random draw, or a person who has already chosen.
Is rigging a wheel illegal?
It depends entirely on what you are rigging. A teacher steering a classroom game, or a prank among friends who are in on it afterwards, is not a legal matter. Announcing a public prize draw as random and then selecting the winner yourself is a different thing, and in many jurisdictions running a promotion on a false basis breaches consumer protection or lottery rules. This page is not legal advice — if you are running a promotion of any size, check the rules that apply where you are.
How can you tell if a draw was rigged?
From the outside, you usually cannot tell from the spin itself. A rigged spin and a fair one look identical, because they are produced the same way. What you can assess is the process around it.
- Was the full entrant list visible before the spin? If the list only appears as the wheel is already turning, you have no way of knowing who was actually on it.
- Was the recording continuous? A cut between loading the entrants and the wheel stopping is the single biggest red flag, because that is exactly where a preset result would be entered.
- Did the winner have a relationship with the organiser? Once is coincidence. A pattern across several draws is not.
- Were the odds visibly uneven? Weighting an option by giving it a bigger slice is legitimate and visible. Weighting it invisibly is not.
- Can the tool's fairness be tested? Some tools publish a way to run thousands of spins and inspect the distribution. Most do not.
Is the SpinForFun wheel rigged?
No, and you do not have to take that on trust. Every option gets
an identical slice, each spin draws from crypto.getRandomValues, and there is no
mechanism anywhere in the code to preset a winner — there is no server to send one from.
You can run the fairness test,
which executes the site's real selection code up to 100,000 times in your browser and reports
a chi-square result we cannot influence.
You can also just read the code. The whole site is static files:
open /assets/wheel.js and look at the function called spin().
How do you run a draw nobody can dispute?
- Publish the rules before entries open. How winners are picked, when, and by what method.
- Show the entrant list first. Start the recording on the full list, scrolled through, before anything spins.
- Record it in one take. No cuts between the list and the result. This single step answers most accusations before they are made.
- Use elimination for multiple winners. Draw, remove, draw again, all in the same recording, so the order is documented.
- Publish the clip with the announcement. Not afterwards, when someone asks.
None of this proves the tool was fair. What it does is remove every opportunity to intervene, which in practice is what people are actually worried about.
Frequently asked questions
Can you make the SpinForFun wheel pick a specific option?
No. There is no preset-winner mode and we will not add one. You can make an option more likely by entering it more than once, which gives it more segments — but that is visible on the wheel to everyone watching, which is the whole distinction.
Is weighting the same as rigging?
Not if it is visible. A prize wheel with nine small prizes and one big one is weighted, honest, and obvious from the segment widths. Rigging is when the displayed odds and the real odds differ.
Does spinning harder change the result?
No, on this wheel or on any other browser-based one. The result is drawn before the animation starts, so how hard, long or where you drag makes no difference. Any tool claiming otherwise is describing an animation, not a mechanism.
The same person keeps winning. Is that proof of rigging?
Not on its own. Independent random draws produce streaks far more often than people expect — that intuition is the gambler's fallacy, and it is covered on how the randomness works. A pattern across many draws with the same beneficiary is a different matter, and worth asking about.