Clarified wording in README.org
This commit is contained in:
parent
74f92c0f8f
commit
3b5df9939d
1 changed files with 2 additions and 2 deletions
|
@ -180,9 +180,9 @@ def one_turn_single(k):
|
||||||
|
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
** Multi-turn win probability
|
** Multi-turn win probability
|
||||||
Over many throws, the advantage of winning will decrease, approaching 50%.
|
Over many throws, the advantage of going first will decrease, approaching 50%.
|
||||||
|
|
||||||
We're assuming Bob goes first, and then is followed by Alice.
|
We're assuming Bob goes first, and then Alice.
|
||||||
For each throw, the probability of winning is the same.
|
For each throw, the probability of winning is the same.
|
||||||
|
|
||||||
#+begin_src python
|
#+begin_src python
|
||||||
|
|
Loading…
Reference in a new issue