Random Number Generator
Generate cryptographically secure random integers or decimals in a given range.
Result
Results will appear here
Use Cases
- Generate lottery numbers
- Create test random values
- Simulate dice rolls
How to Use
Use the workspace above to type, paste, choose, or drop content and get the result immediately. Files and text stay local in your browser by default.
FAQ
Does it use Math.random?
No. It uses crypto.getRandomValues for cryptographically secure randomness.
Can I generate multiple numbers?
Yes. You can generate multiple random numbers at once.