Random Number Generator
Generate one or more random integers or decimals within a custom range.
Result
Copied!
Generate a number to see the result.
How It Works
Set the minimum and maximum values and how many numbers to generate. The tool uses the Web Crypto API to produce cryptographically secure random integers uniformly distributed across the range. You can allow or disallow repeated values. Results update immediately and can be copied or downloaded.
Use Cases
- Generating random numbers for statistical sampling
- Picking lottery numbers or raffle tickets
- Creating random test data within a known range
- Simulating dice rolls or other random events in a game