Random Generator

Use it for giveaways, deciding what to do next, picking names, or making a small random draw. Everything runs locally.

Result

?

    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.