Fortune Cookie — Random Generator
RandomFortune Cookie is a tool that generates short fortune-cookie messages.
What is it
Fortune Cookie 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 short fortune-cookie messages |
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.