A Bespoke Simulation for repeated-trial probability experiments (coin, die, spinner) that visualizes convergence: as you run more trials, relative frequencies become more stable and tend to approach theoretical probabilities.
- One event mode: event builder (select outcomes), live bar chart, convergence chart, frequency table
- Two events mode: joint heatmap + two-way table; click a cell to see joint and conditional probabilities
- Bias controls: explore fair vs biased devices
- Seeded randomness: optionally reproduce runs with a seed
npm run start:devOpen http://localhost:3000.
npm run build
npm run start:prodclient/index.html– app shell + layoutclient/codesignal-probability-lab.js– simulation engine + renderingclient/codesignal-probability-lab.css– app-specific stylingclient/help-content.html– Help modal content