Compare calculators
Both calculators run independently β change the inputs on either side to compare results.
Math
Random Number Generator
Generate a uniformly random integer between a minimum and maximum value (inclusive). Useful for raffles, sampling, games, and quick lottery picks.
Fill in the required fields to see your result.
Math
Combination Calculator
Calculate the number of unordered selections of r items from n distinct items, where the order does not matter. Ideal for lottery draws, committees, and poker hands.
Fill in the required fields to see your result.
Key differences
| Random Number Generator | Combination Calculator | |
|---|---|---|
| Category | Math | Math |
| Inputs required | 2 | 2 |
| Result | Random Number | C(n,r) |
| What it does | Generate a uniformly random integer between a minimum and maximum value (inclusive). Useful for raffles, sampling, games, and quick lottery picks. | Calculate the number of unordered selections of r items from n distinct items, where the order does not matter. Ideal for lottery draws, committees, and poker hands. |