Random Generator
Pick from a list with a spin wheel, slot machine, random card, dice or ticker animation.
Random Generator
Use it for giveaways, deciding what to do next, picking names, or making a small random draw. Everything runs locally.
Result
History tool ini
Data terakhir yang pernah kamu isi di tool ini, tersimpan hanya di device/browser ini.
Save what you type here, in this browser? Your work would go into this browser's local storage, so a refresh or a trip to another tool does not wipe it. You also get a short list of previous entries under the form, each one restorable with a click. Nothing is ever uploaded, and there is no account.
Being straight about the trade-off: anything kept there can be read by anyone who can use this browser profile, and by any script that later runs on this site. A tool page can hold a private key, a password or a signed token. Saving is convenient; it is not private.
About this tool
Pick one or more random items from a list, with a choice of simple animations: spin wheel, slot machine, random card, dice roll or ticker. The draw uses the browser's crypto random source and runs entirely on the page, so your list is not uploaded. Turn off "No duplicates" if the same item is allowed to win more than once.
Questions
- Is the animation deciding the result?
- No. The result is picked with crypto.getRandomValues, then the animation is only a reveal. That keeps the draw fair even if the animation frame rate changes.
- Can I pick multiple winners?
- Yes. Increase the Pick number. With No duplicates enabled, an item can appear only once and the count is capped by the number of items in the list.