universal
Random Comment Picker
Pick a fair, random winner from any comment list — free, instant, no account required.
Works with comments from any platform — paste them below
Comments never leave your browser. No data is sent to any server.
How it works
Three steps, no account
Paste your comments
Copy comment names or text from Instagram, YouTube, TikTok, or any platform and paste them into the box — one per line.
Choose how many winners
Select 1 to 10 winners, toggle duplicate removal, and you are ready. No setup, no login, no waiting.
Click Pick Winner
A cryptographically fair random selection picks your winner instantly — entirely in your browser, never sent anywhere.
Why it matters
Run your giveaway with confidence
Whether you run a giveaway on Instagram, YouTube, TikTok, Facebook, or any other platform, your audience expects fairness. A transparent, random selection tool removes any suspicion of bias and shows your community that every comment has an equal chance.
This picker uses crypto.getRandomValues() — the browser's built-in cryptographically secure random number generator — combined with a Fisher-Yates shuffle. The result is a selection that is mathematically unbiased and verifiably fair.
Instagram giveaways
Copy commenter names from your post, paste them one per line, and pick your winner. Share the result as proof of fairness.
YouTube comment draws
Collect comment author names from your video, filter out bots manually, and run the picker for a neutral selection.
TikTok contests
TikTok giveaways are hugely popular. Paste your comment list and pick a winner transparently — no third-party app needed.
Multiple winners
Giving away several prizes? Select up to 10 winners in one draw. Each is picked from a separate position in the shuffled list.
Duplicate protection
The remove-duplicates option ensures that commenters who posted multiple times do not gain an unfair advantage.
100% private
Your comment data never leaves your device. No upload, no server, no storage. Switch off your internet and it still works.
Questions
Frequently asked questions
Is this comment picker free?
Do I need an account?
Are my comments stored or sent anywhere?
How is the winner selected?
crypto.getRandomValues() — the browser's built-in cryptographically secure random number generator (CSPRNG) — combined with a Fisher-Yates shuffle. This ensures every entry has a mathematically equal chance of winning, with no bias toward any particular position in the list.Which platforms does it work with?
How do I paste comments from Instagram, YouTube, or TikTok?
What does "Remove duplicate names" do?
Can I pick multiple winners?
Can I run the picker again with the same comments?
Are comments sent to a server?
What randomisation method is used?
crypto.getRandomValues() — the browser's built-in cryptographically secure random number generator (CSPRNG). This is the same standard used by security software and is far more unpredictable than Math.random(). Combined with a Fisher-Yates shuffle, every possible ordering of entries is equally likely.