Uttir

Random Number Generator

Pick a random number, roll dice, or shuffle a list. Cryptographically secure, runs locally.

Random Number Generator — Pick a number from any range, roll one or many dice, or shuffle a list of items. Every draw uses your browser’s cryptographically secure random number generator so the results are not predictable and not biased.

Numbers come from your browser’s cryptographically secure RNG. Nothing is sent anywhere.

What is random number generator?

Pick a number from any range, roll one or many dice, or shuffle a list of items. Every draw uses your browser’s cryptographically secure random number generator so the results are not predictable and not biased.

Useful for giveaways, classroom picks, board-game decisions, dividing chores fairly, or anything else that needs an unbiased random choice. Set a min and max, choose how many numbers to draw, and copy the result.

How to use it

  1. Choose a range

    Set the minimum and maximum (inclusive).

  2. Pick how many

    One number or a batch — useful for giveaways and raffles.

  3. Or use a preset

    Roll one or many six-sided dice, or shuffle any list of items.

Examples

Pick a winner

Generate one number from 1 to 100 for a giveaway.

Result: 42

Roll 3d6

Roll three six-sided dice and add them up.

Result: 5 + 2 + 6 = 13

Frequently asked questions

Related tools