⚖️Can I make some entries more likely than others?

✓ Tested & verified Updated: How the randomness works

Most wheels treat every slice as equal. Real draws rarely are: someone bought three tickets, someone has not won yet.

Sealed draw for a giveaway

One-off

Tell us the draw date. We seal a random seed now and publish its fingerprint straight away, then send you the seed itself on the day — so nobody can claim you picked the winner.

Free, no account. One click unsubscribes and deletes your address.

Free to use — Pro is for keeping it

This tool, like every other one here, is free and needs no account. A free account keeps three setups and three email alerts. Pro takes the ads off every site we run and lifts that to 200 setups and 50 alerts, adds a public page for any result and lets you embed the tool without our badge.

See what Pro adds Sign in

Try also

How this works

The weighted wheel reads a weight written after a comma on each entry. An entry with weight 3 is exactly three times as likely as one with weight 1 — it is not three separate slices, it is one entry with triple the odds. Entries without a weight count as 1.

How weights become odds

Each entry’s chance is its weight divided by the total of all weights.

EntriesWeightsChance for the first entry
2 entries1 and 150%
2 entries3 and 175%
5 entries3, 1, 1, 1, 143%
5 entries1, 1, 1, 1, 120%
10 entries5 and nine 1s36%

A weight is not the same as extra slices on the wheel: it is one entry with a larger share of the circle.

Frequently asked questions

How do the odds work out?

Each entry’s chance is its weight divided by the sum of all weights. With Alex at 3 and four others at 1, Alex has 3 in 7, or about 43 percent.

Can I use decimals?

Yes. Weights of 0.5 and 1.5 work exactly as you would expect.

Does an entry with weight zero ever win?

No — zero-weight entries are dropped before the draw rather than given an infinitesimal chance.

How the randomness works

Selection maps a uniform random value onto the cumulative sum of weights, which gives each entry a probability of exactly weight ÷ total. Randomness comes from a byte stream derived from a cryptographic seed, so results are unbiased and reproducible from the seed.