Random Picker — Numbers, Dice, Wheel & Draw
✓ Link copiedA four-in-one randomizer that runs entirely in your browser. Generate random numbers within any range, with optional no-repeat (unique) draws of up to a thousand values at once. Roll any number of dice from d4 to d100 and see each face plus the running total. Paste a list of names or options to draw a fair random winner, pick several without repeats, or shuffle the whole list into a new order. Or spin a colourful visual wheel and watch it settle on a winner. Every result comes from your browser's cryptographically secure random generator (crypto.getRandomValues), and an optional fixed seed makes any draw fully reproducible for verifiable, repeatable fairness. Nothing is uploaded and no account is needed — every random value is created on your device.
Set your options and pick to see a result.
With a seed set, the same options always produce the same result — handy for verifiable, repeatable draws. Leave off to use cryptographically secure randomness.
How to use
Choose a mode at the top. For Numbers, set the minimum, maximum, and how many to draw, tick "No repeats" for unique values, then press Generate. For Dice, pick the die type and how many to roll, then press Roll. For List, paste one entry per line, set how many to draw and whether duplicates are allowed, then Draw — or Shuffle to reorder the whole list. For Wheel, add your entries and press Spin to watch the wheel land on a winner. Turn on "Use a fixed seed" and enter a phrase to make the same options reproduce the same result every time. Use Copy to grab any result.
Frequently asked questions
- How random are the results?
- Results come from crypto.getRandomValues, the browser's cryptographically secure random number generator, with unbiased rejection sampling so every outcome is equally likely. This is far stronger than Math.random and suitable for fair draws, giveaways, and games.
- What is the fixed seed for?
- A seed switches to a deterministic generator so the same seed and the same options always produce the same result. That lets you reproduce or independently verify a draw — useful for transparent giveaways or auditing. Leave the seed off for one-off, unpredictable randomness.
- Is my data sent anywhere?
- No. Everything runs locally in your browser. Your numbers, lists, and results are never transmitted, logged, or stored on any server, and the tool works without an account.