Rock Paper Scissors — Random Generator
RandomRock Paper Scissors is a tool that generates rock-paper-scissors results.
What is it
Rock Paper Scissors shuffles names or choices in the browser for classes, events, and games.
Fisher-Yates shuffle + layout mapping
How to use
- 1Enter names.
- 2Press randomize.
- 3Review the result.
Reference
| Input | Result |
|---|---|
| name list | generates rock-paper-scissors results |
Sources & standards
- ECMAScript Language Specification - Ecma International
FAQ
Is input sent to a server?
No. It runs in your browser.
Can I reproduce the same result?
This version is for immediate randomizing. Fixed seed replay is a future enhancement.