Random number generator
Random numbers in any range, plus dice, coin flips and a shuffled pick from a list.
How it works
Generate random integers in a range, roll dice, flip coins, or pick randomly from a list you paste in. Everything uses your browser's cryptographic random number generator rather than the ordinary one, so the results are not predictable from previous outputs.
Optionally exclude repeats, which turns the generator into a draw — useful for picking winners or assigning an order. With repeats excluded, the count cannot exceed the size of the range.
One thing worth knowing about randomness: genuinely random sequences contain runs that look non-random. Six heads in a row happens roughly once in every 32 sequences of six flips, and a lottery draw of consecutive numbers is exactly as likely as any other specific combination. Sequences that "look random" are usually the ones that have been tampered with.
This tool runs entirely in your browser. Nothing you enter is sent to a server, logged or stored, and the page keeps working with the network disconnected.
Common questions
- Is this actually random?
- It uses the browser's cryptographic random number generator, which draws on operating-system entropy. It is not predictable from previous outputs, which is the property that matters.
- Why did I get the same number twice in a row?
- Because each draw is independent. In a range of ten, the chance of repeating the previous number is one in ten every time, regardless of what came before. Turn on the no-repeats option if you need a draw rather than independent picks.
Related pages
- Password generator Generate strong random passwords in your browser, with the entropy shown.
- Merge PDF files Combine several PDFs into one, in the order you choose.
- QR code generator Make a QR code for a link, text, WiFi network or contact details, and download it as SVG.
- Image resizer Resize an image to exact dimensions or a percentage, in your browser.
- Split and extract PDF pages Pull out a page range, split into single pages, or delete pages.
- Random picker and team generator Pick a winner from a list, split into teams, or generate a random order.
- Image crop, rotate and flip Crop to an aspect ratio, rotate in 90° steps, or mirror an image.
- Lorem ipsum generator Generate placeholder text by paragraphs, sentences or words.
- Meta tag generator Generate title, description, canonical, Open Graph and Twitter Card tags.
- Printable graph paper Generate and print squared, dotted, isometric, hexagonal or lined paper.