aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/articles/the-birthday-paradox.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/content/articles/the-birthday-paradox.md b/content/articles/the-birthday-paradox.md
index 9873bdb..deb3acd 100644
--- a/content/articles/the-birthday-paradox.md
+++ b/content/articles/the-birthday-paradox.md
@@ -321,6 +321,10 @@ born.
* [Companion GitHub repository][github]
* [The Birthday Problem (Wikipedia)][bp]
+* [Inkscape][]: Used to create the probability basics figure.
+* [matplotlib][]: Used to create the shared birthday probability chart.
+* [hugo-shortcode-table][]: Used to create the shared birthday
+ probability table.
[bp]: https://en.wikipedia.org/wiki/Birthday_problem
"The birthday problem."
@@ -374,3 +378,9 @@ born.
"General Purpose computation on Graphics Processing Units."
[permutation without repetition]: https://en.wikipedia.org/wiki/Permutation#Permutations_without_repetitions
"Permutation without repetition."
+[inkscape]: https://inkscape.org/
+ "Free and open source vector graphics editor."
+[matplotlib]: https://matplotlib.org/
+ "Python library for creating static, animated, and interactive visualizations."
+[hugo-shortcode-table]: https://github.com/pablotron/hugo-shortcode-table
+ "Table shortcode for Hugo static site generator."