Random Number Generator: frequently asked questions
- Are the numbers truly random?
- They come from your browser's cryptographically secure random number generator, which is unpredictable and unbiased for practical purposes.
- How do I pick lottery-style numbers?
- Set the range (e.g. 1 to 49), choose 6 numbers, disallow repeats and sort ascending.
- Can I pick a random winner from a list?
- Number your entries 1 to N and generate one number between 1 and N.
