Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 642 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 642 Bytes

Law of Large Numbers

Simple web application used as an educational support tool for the Law of Large Numbers via simulating a large number of Dice Rolls and the on-the-fly result visualisation.

This project is used as a visualisation tool for lectures of topic on Probability for Artificial Intelligence Course at Smíchovská střední průmyslová škola a gymnázium.

Deployment

To publish a new version of the application to the GitHub Pages, you only need to enter this command:

npm run deploy

This will deploy the current version of the page and publish it at the GitHub Repository.