Random Number Generator
Generate random integers or decimals within a range.
Generate one or many random numbers within a chosen range. Choose integers or decimals, set how many to generate, and optionally allow duplicates.
Common use cases
- Pick random winners for giveaways, raffles and contests
- Seed test data with random IDs, ages or quantities
- Roll dice or simulate probability for tabletop games
- Generate sample numbers for statistics demos and homework
Frequently asked questions
Is it suitable for raffles?βΎ
Yes β randomness comes from your browser's secure random source, which is cryptographically unbiased. For high-stakes draws, ask participants to verify the seed publicly.
Can I generate without duplicates?βΎ
Yes β toggle 'unique only' to draw without replacement. The tool will warn if your range can't supply enough unique values.
Related tools
π
Password Generator
Generate strong, random passwords with customizable rules.
β£
QR Code Generator
Generate a QR code for any URL or text and download as PNG or SVG.
/
Slug Generator
Convert any title into a clean, URL-safe slug.
πΌοΈ
Lorem Picsum Image URL Builder
Build placeholder image URLs with seed, size, blur and grayscale options.