Skip to content

Commit b2953c8

Browse files
drvinceknightmarcharper
authored andcommitted
Clarify random seed comment.
1 parent d9eceb4 commit b2953c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/further_topics/approximate_moran_processes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Now let us create an Approximate Moran Process::
2626
>>> amp.population_distribution()
2727
Counter({'Random: 0.5': 3})
2828

29-
We see that the :code:`Random: 0.5` won this Moran process. This is not what
30-
happens in a standard Moran process where the :code:`Random: 0.5` player will
31-
not win::
29+
We see that, for this random seed, the :code:`Random: 0.5` won this Moran
30+
process. This is not what happens in a standard Moran process where the
31+
:code:`Random: 0.5` player will not win::
3232

3333
>>> axl.seed(2)
3434
>>> amp = axl.MoranProcess(players)

0 commit comments

Comments
 (0)