Since 2010 · Powering 2M+ tool runs every month
Since 2010
Add to Chrome

My Toolbox

Automatic Mode

No saved tools yet.

Go Premium
Guides
Wheel or List? Two Ways to Pick a NameHow to Pick Students Randomly
Related tools
Random PickerRandom Line PickerName RandomizerRandom Group GeneratorRandom Tournament Bracket GeneratorYouTube Comment PickerSpin the WheelList RandomizerDice Roller
Home Page > Randomness

Video Guide: How to Prove Your Giveaway is 100% Fair with a Certified Draw

About Random Name Picker Wheel

Welcome to the Random Name Picker Wheel, a free online tool that helps you fairly select random names from a list. Spin the wheel when you want a draw everyone in the room can watch, or switch to list mode when you just need the answer. Whether you're running a raffle, contest, giveaway, or classroom activity, this tool provides a transparent and verifiable way to pick winners. With our unique 3-Step Randomness Process Certification, you can prove the fairness of your draw and build trust with your audience.

What is Random Name Picker Wheel?

Random Name Picker Wheel picks one or more names at random from any list you paste in. Turn on No repeats and each name is removed once it is drawn, so everyone gets a turn before anyone comes up twice — the setting that matters most if you are calling on students or working through a rota. If you juggle several groups, you can save each list under its own name and switch between them.

Wheel mode or list mode

The Wheel tab turns your list into a spinning wheel you can run live in front of a class or an audience — press SPIN, watch it slow down, and the winner is announced with sound. After each spin you can remove the winner and spin again, which is the same No repeats behaviour applied one draw at a time. The List tab is the faster route when nobody is watching: paste the names, pick how many winners you need, and get them all in one go, with certification available for single-winner draws.

The draw itself runs on our servers using Python's random module rather than JavaScript in your browser, so the result cannot be nudged by client-side code. For high-stakes draws there is also an optional 3-step certification that produces verifiable proof the draw was not tampered with. The tool handles up to 200,000 names.

Picking from something other than names — items, options, or images? Use the general-purpose Random Picker instead; this page is dedicated to fair, certifiable name draws.

Key Features

How to Use Random Name Picker Wheel

  1. Enter or import names: Type or paste names into the text field, with each name on a separate line. Alternatively, use the "Import from file" button to load names from a text file on your computer.
  2. Pick a mode: Switch to the Wheel tab if you want to spin in front of the room — press SPIN, and the winner is announced when it stops. Leave "Remove winner after each spin" ticked to work through the whole list without repeats. Stay on the List tab for a straight draw, including multiple winners and certification.
  3. Save the list (optional): Click "Save this list" and give it a name, such as a class or team. Saved lists appear in the dropdown above the box so you can switch between groups without pasting again. They live in your browser only.
  4. Turn on No repeats (optional): Tick "No repeats" if you want everyone picked once before anyone repeats. After each draw the box refills with only the names still waiting, and a counter shows how many are left. "Start over" restores the full list when the round is done.
  5. Choose number of winners: Select how many names you want to pick at once (1-10). Note that the 3-step certification is only available when picking one name at a time.
  6. Enable certification (optional): If you want a verifiable, tamper-proof draw for raffles, contests, or giveaways, check the certification checkbox. This creates a 3-step verification process that proves the fairness of your draw.
  7. Submit and view results: Click the Submit button. The tool plays a short shuffling animation and then reveals the randomly selected winner(s) with complete details.
  8. Use certification links (if enabled): If certification is enabled, you'll receive three verification options: a server-side certification link, a downloadable client-side certification file, and a SHA512 hash for file verification.

Understanding the 3-Step Randomness Process Certification

If you use Random Name Picker Wheel for raffles, contests, drawings, giveaways, and promotions, you are encouraged to enable the 3-step Randomness Process Certification function to improve your credibility and prove the fairness of your draw.

Why Certification Matters

In any public drawing or contest, participants want assurance that the selection process is fair and unmanipulated. Our 3-step certification system provides cryptographic proof that:

How the 3-Step Certification Works

Step 1: Visit Server-side Certification Link

After your draw, you'll receive a unique certification link that anyone can visit. This link displays:

This information is stored on our server and cannot be modified. Share this link with your participants to provide transparency.

Step 2: Download Client-side Certification File

You can download an HTML certification file that contains the complete draw information, including:

This file is generated locally from your browser's memory and proves that your original participant list matches what was used in the draw.

Step 3: Verify the SHA512 Hash

To prove that the certification file hasn't been tampered with after download, anyone can verify its authenticity by:

  1. Using our SHA512 Hash Generator tool
  2. Uploading the certification file from Step 2
  3. Comparing the generated hash with the hash from Step 1 (server-side)

If the hashes match, it proves the file is authentic and unmodified. With the cryptographically secure SHA512 algorithm, it is virtually impossible to modify the file without changing the hash.

Example Scenario

Imagine you're running a raffle with 99 participants named "John Doe No. 001" through "John Doe No. 099," and the winner is John Doe No. 090:

This 3-step system provides multiple layers of verification, making it virtually impossible to manipulate results while maintaining transparency throughout the process.

Is Random Name Picker Wheel Really Random?

Yes, this tool provides genuine randomness through server-side processing. Here's why our approach is more trustworthy than client-side alternatives:

Server-Side vs Client-Side Randomness

Client-Side (JavaScript): When random selection happens in your web browser using JavaScript, the complete source code is accessible to anyone. A malicious actor could:

Server-Side (Our Approach): When random selection happens on our server, the process is protected:

How It Works Technically

When you click Submit:

  1. Your browser sends all names to our server (one per line)
  2. Our server uses Python's random.sample() function to select winners
  3. This function generates a pseudo-random number between 1 and the total number of names
  4. The name at that position is selected as the winner
  5. If certification is enabled, we create a SHA512 hash and store partial information for verification

Frequently Asked Questions

Is there a spinning wheel?

Yes. Switch to the Wheel tab and your list becomes a spinning wheel you can run live in front of a class or an audience: press SPIN, watch it slow down, and the winner is announced with sound. Keep "Remove winner after each spin" ticked and each winner drops out of the wheel, so you can work through the whole group without repeats. You can shuffle the order before spinning and mute the sound for a quiet draw. If you would rather just have the answer, or need several winners at once, use the List tab instead.

Can I pick names without repeats?

Yes. Tick No repeats before you draw. Each name is removed from the box once it is picked, and a counter shows how many are still in the pool, so everyone is picked exactly once before anyone repeats. When the pool empties the tool says so, and "Start over" puts the whole list back. Without this setting every draw is independent: in a list of 28, a given name has roughly a 48% chance of never coming up across 20 draws.

Can I save several lists, like different classes?

Yes. Paste a list, click "Save this list" and give it a name such as "Year 8 Maths". Repeat for each group. The dropdown above the names box then lets you switch between them instantly. Saved lists are stored in your own browser using local storage — they are never uploaded to our servers, so they stay on the device you saved them on and are not shared between browsers or computers.

Does drawing names change my saved list?

No. No repeats only shortens the working copy in the box; the saved list keeps every name. Selecting the list again from the dropdown, or clicking "Start over", brings all the names back.

We have more than 10k names. How many names does this picker support?

Our team has tested up to 200,000 names, which takes the server 10-15 seconds to generate the winner. 100k names will cost 5 seconds. If your list is less than 50k names, it should get the winner instantly.

Is the name picker really random? How does it work?

Yes, it is quite random. We use server-side processing, not JavaScript from users' local computers, to generate the random winner. With our innovative 3-step Randomness Process Certification, it is almost impossible to change the winner by a person or malicious code. When you click Submit, the tool submits all names line by line to our server. Our server uses Python's random module to generate one pseudo-random number between 1 to total names, then chooses the name with this random number as the winner.

What is 3-step Randomness Process Certification?

If you use Random Name Picker Wheel for raffles, contests, drawings, giveaways, and promotions, you are encouraged to enable the 3-step Randomness Process Certification function to improve your credibility. Step 1: Visit the server-side certification link that stores partial information including winner name (asterisked), total names, timestamp, and SHA512 hash. Step 2: Download the client-side certification file to prove your data source has no error. Step 3: Use our SHA512 Hash Generator to verify the downloaded file hasn't been modified. With the secure SHA512 Hash, it is almost inconceivable that any modified file can pass step 3 verification.

Does your tool automatically remove duplicate names?

No, the tool only removes empty lines. Some users want to use duplicate names to increase somebody's opportunity to win the random game. For example, a teacher may want to give an individual student more chance for an activity or assignment in school classes. We respect users' opinions, so we never change the data sources before picking a random winner. If you want to remove duplicate names from your list, you can use our Remove Duplicate Lines tool.

How much does the certification cost?

The 3-step Randomness Process Certification is totally FREE, like all our tools. We appreciate all the users who have helped us develop our tools over the years. If you find this tool useful, please share it with your friends or add a link on your website.

Why don't you host the full information on your server?

While it would be technically easier to store complete information on our server, we cannot do so due to our privacy policy. We never store any data visitors submit because the data may contain personal information. We recognize that the privacy of everybody's personal information is essential.

When I re-use Random Name Picker Wheel, I see the names I submitted last time. Why?

Some users want to use the picker many times with the same name list - for example, teachers picking student names. We use HTML5 Web Storage to make their experience easier by remembering the last submitted list. If you use a public computer and don't want your names stored locally, you can use a private or incognito window, or simply clear the text and submit different names.

Is there a mobile app?

This Random Name Picker Wheel is designed as a PWA (Progressive Web App). You can install it on your home screen if your device and browser support PWA. It works perfectly on all modern browsers and mobile devices.

Privacy and Data Security

We take your privacy seriously:

Common Use Cases

Raffles and Giveaways

Use Random Name Picker Wheel to select raffle winners fairly. Enable certification to prove to participants that the draw was legitimate and unmanipulated.

Contest Winner Selection

For social media contests, comment giveaways, or promotional drawings, use this tool to randomly select winners from your participants list.

Classroom Activities

Teachers can use this tool to randomly call on students, create project groups, or select students for activities. The tool remembers your class roster for convenience.

Team Selection

Randomly assign people to teams or groups for sports, work projects, or events.

Gift Exchange

Use for Secret Santa or gift exchange draws to randomly assign who gives gifts to whom.

Decision Making

When you can't decide between multiple options, let Random Name Picker Wheel choose for you!

Tips for Best Results

Reference this content, page, or tool as:

"Random Name Picker Wheel" at https://MiniWebtool.com/random-name-picker/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: Aug 12, 2026

Randomness:

Guides
Wheel or List? Two Ways to Pick a NameHow to Pick Students Randomly

Top & Updated:

Random Number PickerRandom Name GeneratorRandom Cat/Dog Name GeneratorView all →
Home Page > Randomness > Random Name Picker Wheel