Probability and Randomness
Generate a sequence of random numbers within a specified range. This tool is ideal for simulations, sampling, or any situation requiring random number generation. Customize parameters like minimum/maximum values, quantity, and uniqueness.
Explore different scenarios to see how the Random Number Generator works.
Generate 6 unique numbers for a lottery ticket, ranging from 1 to 49.
Min: 1, Max: 49, Count: 6
Duplicates: false, Integers: true
Pick 3 winning students from a class of 30. Duplicates are not allowed.
Min: 1, Max: 30, Count: 3
Duplicates: false, Integers: true
Generate 10 random data points between -1.0 and 1.0, with 4 decimal places. Duplicates are allowed.
Min: -1.0, Max: 1.0, Count: 10
Duplicates: true, Integers: false
Simulate rolling a standard six-sided die 5 times. Duplicates are allowed.
Min: 1, Max: 6, Count: 5
Duplicates: true, Integers: true