About this tool
Pick a secure random number or raffle entry entirely on your device. Free, private and browser-based. Random Number & Raffle Picker runs in the browser on DevTools. There is no signup, and your input stays on this device unless the tool explicitly performs a live network lookup.
What this tool does not do
- Random Number & Raffle Picker is a free in-browser utility, not a hosted API. It does not keep server-side history and is not a substitute for production verification in your own stack.
How do I use this tool?
How do I use Random Number & Raffle Picker?
Open Random Number & Raffle Picker, enter or paste your input, and copy the result. The page works without an account.
Related guides
Rolling Dice Expressions Like a Tabletop RPG Engine
How the tool parses standard dice notation like 2d6+3, which die sizes it supports, and why each die is rolled independently instead of simulated as one blended draw.
Fair Random Picks With crypto.getRandomValues
Why Math.random() isn't the right primitive for a decision wheel, and what cryptographically strong randomness actually buys you for a fair pick.