Example input/output
Input: Min: 1 / Max: 100 / Count: 5
Output: 42, 7, 88, 31, 63
How it works
This tool uses Math.random() to generate uniformly distributed random numbers in the specified range. For cryptographically secure random numbers, use the UUID or Token generator tools which use window.crypto.getRandomValues(). Processing runs in your browser.
Common use cases
- Generate random numbers for test data or simulation inputs
- Produce random integers or floats for algorithmic testing
- Create random seeds for reproducible test scenarios