Random Number Generator

Generate random integers or decimals in any range, with optional unique values for draws and raffles.

Enter your details and press Calculate to see results.

Fairness and randomness

Numbers come from your browser's built-in random source, which is suitable for games, raffles, sampling and simulations. It is not cryptographically secure — do not use it for passwords or security tokens.

Choosing unique values guarantees no repeats; the maximum count then equals the size of your range.

Frequently asked questions

Can I generate lottery numbers?

Yes — set min 1, max to your lottery's ceiling, choose 'No duplicates' and request as many balls as the draw uses.

Are the results truly random?

They are pseudorandom: deterministic sequences that pass casual statistical checks. For most everyday purposes this is indistinguishable from true randomness.