Generate random numbers in any range, one or many at a time.
Pick random numbers between any minimum and maximum. Generate a single number or a whole list, with or without duplicates — perfect for draws, raffles, games and sampling. Uses your browser's cryptographic random source.
It uses the browser's crypto.getRandomValues — a cryptographically strong random source.
Yes — choose 'No duplicates' to draw distinct numbers, like a lottery.