Random Number Generator
Generate random whole numbers within a range, with or without duplicates.
About the generator
This tool produces random integers between your chosen minimum and maximum
(both inclusive). Choose "no duplicates" to draw each number at most once — useful
for raffles, lotteries and random sampling. Numbers use PHP's cryptographically
secure random_int() source.