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
Permutation Calculator
Calculate the number of ordered arrangements of r items chosen from n distinct items, where the order of selection matters. Ideal for rankings, sequences, and any selection where position counts.
Fill in the required fields to see your result.
Key differences
| Random Number Generator | Permutation Calculator | |
|---|---|---|
| Category | Math | Math |
| Inputs required | 2 | 2 |
| Result | Random Number | P(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 ordered arrangements of r items chosen from n distinct items, where the order of selection matters. Ideal for rankings, sequences, and any selection where position counts. |