Comparisons
Picker, wheel, spreadsheet, platform: the four families of prize-draw tools
A draw your entrants can recompute themselves
Seed published before the draw, public drand randomness, shareable video. Free for entrants.
Create an accountVerify an existing drawEvery prize-draw tool promises the same thing: picking a winner at random. They differ on a point rarely compared — what they let you demonstrate afterwards. Here are the four families, and what each leaves behind.
1. The comment picker
It reads a post's comments, extracts the accounts, picks one. It's the most used family, because it requires no preparation.
What it does well: nothing to install, no sign-up, a result in thirty seconds.
What it doesn't do: the comment list is a moving object. A comment deleted between the read and the verification changes the pool. So does a deactivated account. A few hours later, nobody — not even you — can reconstruct exactly the set the draw ran on.
The blind spot: these tools cannot tell a genuine entrant from an account created for the occasion. Anti-fraud filtering is absent, and cannot be bolted on afterwards without reopening the question of the pool.
2. The spinning wheel
It shows names on a disc, spins it, stops on a segment. Its strength is visual: it produces a moment, and that moment can be filmed.
What it does well: it's the only family that creates shareable content, and that genuinely matters for engagement.
What it doesn't do: the animation has nothing to do with the draw. The winner is chosen by a random generator, then the wheel is animated to stop on them. What a viewer takes for proof of randomness is a staging of the result — not dishonest in itself, but it demonstrates nothing.
The blind spot: the list shown on the wheel is typed in by hand. Nothing indicates who is missing from it.
3. The spreadsheet
A column of addresses, a random function, a row number. It's the choice of organizers who want control over their list.
What it does well: the list is explicit, auditable, and yours.
What it doesn't do: a spreadsheet's random function recalculates on every edit to the sheet. There is therefore no stable "result", only the last displayed state. And nothing prevents re-running the calculation until a convenient name appears — which nobody will ever be able to prove or disprove.
The blind spot: it's precisely the impossibility of disproving that is the problem. A perfectly honest organizer has no way to demonstrate it.
4. The dedicated platform
It collects entries, applies rules, draws, and keeps a record.
What it does well: it's the only family handling the whole chain — sign-up, filtering, draw, prize delivery, personal data.
What it doesn't necessarily do: most stop at "trust us, our algorithm is random". That's progress on the previous three families, but the decisive criterion is unchanged, and rarely met.
The criterion that actually separates
It fits in one question, and it concerns neither price nor features:
Can an entrant recompute the result themselves, without trusting you?
For the first three families the answer is structurally no. For the fourth it depends entirely on design: the pool must be frozen and published before the draw, the randomness must come from an external public source, and the computation must be documented.
That is exactly what DrawSeal does: a list sealed when entries close, randomness drawn from drand — a public source whose values nobody here controls — and a verifier anyone can run.
Key takeaways
The comment picker works on a moving pool. The wheel stages a result already chosen. The spreadsheet recalculates on every edit and leaves nothing to answer a suspicion with. The dedicated platform handles the whole chain, but only a minority let an entrant recompute the result without trusting the organizer. That is nonetheless the only criterion that decides what you'll be able to say if challenged.
FAQ
Is a free tool necessarily less reliable?
No: price says nothing about verifiability. What determines it is publishing a commitment before the draw and making the computation reproducible. Some paid tools don't; some free setups do.
Is filming the draw enough to prove anything?
Video proves an operation took place, not that it was fair. It says nothing about what preceded it — how many attempts, which list, who was excluded. It's proof of existence, not of integrity.
Do you need a bailiff?
A notarized statement attests what the official saw, at the moment they saw it. Useful for high-stakes promotions, and expensive. A draw anyone can recompute provides a guarantee of a different nature, and a permanent one.
How do you choose without getting it wrong?
Start from the question you'll have to answer if an entrant challenges you. If your tool gives you nothing to answer with, the choice is already made — the wrong way.