Skip to content

Commit a8169e5

Browse files
authored
Merge pull request #5 from szepeviktor/patch-2
Add a missing "n"
2 parents 52b0766 + 76d71cb commit a8169e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thesis/2-reproducibility.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ reproducibility at build time, but not at run time.
356356

357357
The Monte Carlo algorithm is inherently stochastic, it uses random sampling or
358358
probabilistic simulation as a core part of its computation. This randomness is
359-
intrisic to the algorithm's design and purpose.
359+
intrinsic to the algorithm's design and purpose.
360360

361361
The distinction between build time and run time reproducibility for the Monte
362362
Carlo algorithm arises from its usage of a random source. While the algorithm

0 commit comments

Comments
 (0)