Random Number Generator

Pick a random whole number from any inclusive range, using cryptographically strong browser randomness.

DICE · COINS · NUMBERS · CHANCE · PICKERS SEO RELEASE 1

Random Number Generator

Pick a random whole number from any inclusive range, using cryptographically strong browser randomness.

local-first · optional analytics
The tray is waiting. Choose a mode, set it up, then give fate something to do.
Rolled
FATE // LAB · RANDOM NUMBER GENERATOR

Random Number Generator

Set a minimum and maximum, then press Generate Number. Both ends of the range are included, negative values are supported, and the generator uses the browser Web Crypto API rather than Math.random().

Any whole-number range

Use the familiar 1–100 range or change it to whatever you actually need, including negative numbers.

Bias-resistant selection

FATE uses rejection sampling when mapping random bytes into an integer range, avoiding the simple modulo shortcut that can introduce bias.

Local history

Keep results in named browser sessions, undo or repeat setups, and export the active session as CSV, text or JSON.

More ways to leave it to chance

FATE // LAB is a browser-based randomness tool. Results are for games, everyday decisions and entertainment — not for gambling, security keys or other high-stakes uses.