Releases: WaicongTam/coin-flipping-sim
Releases · WaicongTam/coin-flipping-sim
Updates of responsive components
- The buttons are now responsive to the size of the viewport.
- The coin component has been unwrapped and is now directly inside of the coin panel. The size of the coin image is now responsive to the size of the viewport.
The 2.0 version of coin-flipping-sim
Major updates of UI...you will love it
Real coin
Say goodbye to the boring "blue is for head, pink is for tail"! This time we used a real coin picture!
Fixed two vital problems
- Fixed the problem that the user cannot change the value of the real probability of the coin.
- Fixed the coin-flipping mechanism. When a new random number is generated, it should be smaller than the real probability to flip to a head.
v1.0 of Coin-Flipping-Sim
This is a very crude first release of the web app. It works and I think it can illustrates the Bayesian machine learning process clearly!