Lite Toolbox
Generators

Random Number Generator

Generate cryptographically secure random integers or decimals in a given range.

Result
Results will appear here

Use Cases

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.