All tools · Generate

🎲 Random Number / Pick

Generate random integers in a range, pick a random item from a list, shuffle a list of items, or just flip a coin. All using your browser cryptographically secure random source.

Loading tool…

Examples

Random int 1-100
Output47
Pick from list
Inputalice, bob, carol, dave
Outputcarol
Shuffle a deck
Input52 items
Outputevenly randomized order

Frequently asked questions

Is this truly random?

Cryptographically secure — uses your browser's crypto.getRandomValues(). Good enough for raffles, password seeds, anything short of provably-fair gambling.

Can I reproduce a result?

No — there is no seed input. If you need reproducibility, use a seeded PRNG library in code.

About this tool

Random Number / Pick runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo