About Real Wheel Picker
The most trusted random picker for fair, transparent draws worldwide
Free • Privacy-First • Used Globally
Why We Built This
Real Wheel Picker started from a simple frustration: every existing random picker tool was either riddled with ads that broke the experience, required you to create an account just to use a spinning wheel, or — worse — used Math.random(), JavaScript's built-in pseudo-random function that produces predictable sequences.
That last point matters more than it sounds. Math.random() uses a deterministic algorithm seeded by a timestamp. A skilled developer can reproduce any sequence it generates. For a classroom activity or a casual team standup, this probably doesn't matter. But for a YouTube giveaway with thousands of participants, or a company raffle with real prizes, the integrity of the draw is everything — and pseudo-random isn't good enough.
So we built Real Wheel Picker on the Web Crypto API (crypto.getRandomValues()), the same cryptographic standard used by password managers and banking applications. The randomness comes from hardware entropy — electrical noise inside your device — which is fundamentally impossible to predict or reproduce. That's the foundation every tool on this site is built on.
Who We Are
We're an independent web development project based in France. Real Wheel Picker is built and maintained by a small team of developers who got tired of tools that treat users as data sources rather than people trying to get something done.
The entire site runs on modern open-web standards: Astro for static rendering (your wheel loads instantly, no waiting for JavaScript), TypeScript throughout for reliability, React for the interactive components, and Tailwind CSS for the interface. All your data — participant names, draw history, wheel configurations — stays in your browser's local storage. It never reaches our servers, because we don't have servers that accept it.
The site is supported by advertising through Google AdSense, which is how we keep every tool completely free. We deliberately chose non-intrusive ad placements that don't interrupt the actual draw experience. Our rule: ads should fund the product, not become the product.
How the Randomness Works
Every pick on Real Wheel Picker calls window.crypto.getRandomValues(), a browser API defined in the W3C Web Cryptography specification. The browser collects entropy from multiple hardware sources — CPU timing variations, mouse movements, disk I/O interrupts — and feeds it into a cryptographically secure pseudorandom number generator (CSPRNG).
The result: each draw is statistically independent. Winning one draw has zero influence on who wins the next. There is no "hot streak" and no way for the operator to predict the outcome before it happens — not even us.
For weighted draws (where some entries have higher odds), we use the Fisher-Yates shuffle algorithm seeded by the crypto API, which guarantees uniform distribution — every entry's probability exactly matches its configured weight, with no rounding artifacts or clustering.
Our Core Values
Complete Privacy
Zero data collection. No cookies. No tracking. Your participant lists never leave your browser. We can't see who's in your draws - and that's by design.
True Randomness
We use the Web Crypto API for cryptographically secure random numbers - the same standard used by financial institutions. No pseudo-random shortcuts.
Global Accessibility
Available in multiple languages, works on any device, no registration required. From classrooms in Tokyo to streamers in São Paulo - everyone gets the same fair tool.
Forever Free
No premium tiers, no feature locks, no "free trial" gimmicks. We're supported by non-intrusive ads that never interrupt your experience.
Trusted Worldwide
Who Uses Real Wheel Picker?
Content Creators
Streamers, YouTubers, and influencers running transparent giveaways
Educators
Teachers and trainers picking students fairly for activities
Businesses
Teams making unbiased decisions and running internal contests
Common Questions
Is the random pick really fair?
Yes. Every draw uses the Web Crypto API, which draws entropy from hardware sources inside your device. The outcome cannot be predicted, replayed, or influenced by any external factor — including us. We have no server-side involvement in the draw at all.
Do you store my participant names?
No. Participant names are processed entirely in your browser using JavaScript. If you use the save feature, the data is written to your browser's localStorage — a storage area on your device that we cannot read. Closing your browser or clearing site data removes everything.
Why is it free?
The site is funded by Google AdSense advertising. We believe randomization tools should be a public utility, not a subscription product. Every feature — weighted draws, multiple wheels, the giveaway picker, team generator — is permanently free.
Can I use this for a real giveaway with legal requirements?
Real Wheel Picker is a tool, not a legal service. For giveaways with legal or platform-specific requirements (Instagram, YouTube, etc.), you are responsible for ensuring your draw complies with those rules. We recommend reading the platform's contest guidelines and your local regulations before running a public giveaway.
How is this different from other wheel spinners?
Three things: (1) cryptographic randomness instead of Math.random(), (2) zero data collection — no login, no tracking, nothing stored on our servers, (3) all tools are free with no feature tiers. Most competitors lock weighted draws or CSV import behind a paid plan.
Get in Touch
Have questions about how our randomness algorithm works? Want to report a bug, suggest a feature, or discuss a partnership? We read every message and respond to most within a few business days.
Visit our contact page to reach out directly. We're a small team, but we take user feedback seriously — many of the features on this site came from user suggestions.