How to use this random number picker
Enter the eligible numbers in the list field, using commas, spaces, semicolons, or separate lines. The eligible-count display shows how many unique valid values were recognized. Choose a whole-number quantity from 1 up to that count, then select Pick random numbers. Edit the list or press the button again whenever you need a new draw.
How the calculation works
Unlike a range generator, a number picker works with the exact values you provide. The entries do not need to be consecutive: a list such as 4, 9, 25, and 80 gives each of those four eligible values the same chance of being selected.
The picker removes duplicate entries before drawing and samples without replacement, so a number cannot appear twice in the same result. It uses the browser's cryptographic random source when available and rejection sampling to avoid modulo bias. The tool is appropriate for informal drawings and everyday choices, but it is not certified for regulated lotteries, gambling, security keys, or audited research.
Formulas
Chance on the first pick
Selections without replacement
Worked examples
Pick raffle positions
Enter 3, 7, 12, 18, 24, and 31, then request two picks. Two different values are selected, and every listed value has the same first-pick chance.
Choose nonconsecutive test cases
Enter 10, 25, 50, 100, and 250 to select a random subset of predefined input sizes without creating values outside the approved list.
Common uses
Custom drawings
Select from approved identifiers that are not consecutive, such as ticket numbers, record IDs, or classroom positions. Duplicate numeric entries are removed before the draw.
Sampling without replacement
Choose several distinct cases for an informal review or exercise. Because selected numbers are not returned to the pool during one draw, the same value cannot appear twice.
Transparent assignments
Finalize and share the eligible list before selecting teams, presentation order, or tasks. A fixed list makes it clear which values could and could not be chosen.
Accuracy and limitations
The picker validates finite numeric entries, removes duplicates, and uses cryptographic browser randomness with rejection sampling when supported. Each unique value has the same chance on the first pick.
Changing the list or repeatedly redrawing after seeing a result introduces process bias. Use an audited sampling system when the outcome has legal, financial, regulated, or research consequences.
Frequently asked questions
Can I enter duplicate numbers?
Yes, but duplicates are removed before selection. Each distinct numeric value appears only once in the eligible pool.
Can I pick more than one number?
Yes. Enter a whole-number quantity from 1 up to the number of unique eligible values. Results are selected without replacement, so they do not repeat.
Can I use decimals or negative numbers?
Yes. Any finite numeric value is accepted, including decimals, zero, and negative numbers.
Is this different from the Random Number Generator?
Yes. The generator creates one integer from every value in a continuous minimum-to-maximum range. The picker selects one or more values only from the custom list you enter.
Is the random number picker free to use?
Yes. NumUtility is free, requires no account, and places no limit on ordinary calculations.
Are my entries stored?
No. The calculation runs in your browser. Values entered into the tool are not sent to NumUtility or saved by us.