You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Just a small typo I think. The random number should be from 0 to 100 (after modulus 100). Technically, by checking rand <= 70, that is 71% of victory probability.
I really enjoy this course! Thanks for the great work!
The text was updated successfully, but these errors were encountered:
Hey! Just a small typo I think. The random number should be from 0 to 100 (after modulus 100). Technically, by checking
rand <= 70
, that is 71% of victory probability.I really enjoy this course! Thanks for the great work!
The text was updated successfully, but these errors were encountered: