Numbers
Dice
Coin Flip
List Picker
<div class="rng-toggle-row">
  <label class="rng-toggle" for="rng-no-dup">
    <input type="checkbox" id="rng-no-dup">
    <span class="rng-toggle-slider"></span>
  </label>
  <span class="rng-toggle-label">No duplicates</span>
</div>

<div class="rng-result-box" id="rng-number-result-box">
  <div id="rng-number-output" class="rng-result-number">—</div>
  <div class="rng-result-label" id="rng-number-label">Press Generate</div>
</div>

<div class="rng-btn-row">
  <button class="rng-btn rng-btn-primary" onclick="rngGenerateNumber()">&#9656; Generate</button>
  <button class="rng-btn rng-btn-secondary" onclick="rngCopyResult()">&#128203; Copy</button>
</div>
Number of Dice: 2 dice
Press Roll Dice
?
Press Flip Coin
History
No history yet.

How to Use the Random Number Generator

Single number: Set your Min and Max range, leave Quantity at 1, and press Generate. Great for picking a lottery number, choosing who goes first, or any one-time decision.

Multiple numbers: Increase the Quantity field. Enable “No duplicates” if you need each number to appear at most once — ideal for raffle draws, prize selections, or creating shuffled sequences.

Dice Roller: Switch to the Dice tab, choose how many dice (1–6), and roll. The tool shows realistic dot-face visuals and totals all dice for tabletop gaming.

Coin Flip: The Coin Flip tab gives you a fair 50/50 result with a satisfying flip animation. Use it for quick decisions, settling disputes, or game tie-breakers.

List Picker: Paste any list of items — one per line — and the tool randomly picks one. Perfect for choosing a restaurant, picking a team member for a task, or selecting a random book from your reading list.

History: Every result is saved in the history panel so you can review past draws without re-rolling.

Common Uses for Random Number Generators

  • Games & tabletop RPGs — roll dice, draw initiative order, generate random loot values
  • Lotteries & giveaways — fairly select winners from numbered ticket pools
  • Statistics & sampling — pick random samples from a numbered list for surveys
  • Teaching & quizzes — randomly call on students or select practice problems
  • Decision making — settle any binary choice with the coin flip, or rank options by number draw
  • Security — quickly verify that your other tools are generating truly random values

Generate secure random passwords → Password Generator

Time your events or intervals → Stopwatch

Generate a QR code for giveaway links → QR Code Generator