🎲 Random Number Generator
Generate random numbers with a custom range. Set how many to generate and control duplicates.
?
Recent Results
About This Tool
Numbers are generated using the browser's built-in Web Crypto API for cryptographically secure randomness — far better than Math.random().
With Unique only enabled, each number in the result will appear at most once. Note: the range must contain at least as many integers as the count requested.