Draw one or more random whole numbers in a range you choose — with or without repeats.
Without replacement (default): each number can only be drawn once, just like drawing lots from a bowl without putting them back. Use this for raffles, order assignment, or other draws where repetition doesn't make sense.
With replacement: the same number can come up multiple times, like rolling a die several times. Use this for dice rolls, random sampling with replacement, or simulations.
Without replacement, you can draw at most as many numbers as exist in the range (e.g. a maximum of 10 numbers from the range 1–10). If you ask for more, all the numbers in the range are drawn once.
Yes, for most informal purposes like a quiz, a game, or a simple internal draw at work or with family. For contests with real prizes of high value, check whether there are formal requirements for how the draw must be documented.
Yes, enter a negative number in the "From" field — for example from −10 to 10.