← All tools

Random Decision Tool

Dice, coin, number picker and list draw in one place.

How to use

Uses crypto.getRandomValues() with rejection sampling to avoid modulo bias. Everything runs in your browser.

FAQ

Is it really random?
It uses a cryptographic RNG and discards out-of-range values to stay unbiased. It is a strong pseudo-random generator, not a true random source.