Adds solutions to prob distribution exercises

This commit is contained in:
Andrew Cumming 2023-09-22 16:35:48 -04:00
parent a51f792adf
commit faa3974215
3 changed files with 272 additions and 0 deletions

View file

@ -28,6 +28,9 @@ parts:
- file: random
- file: lcg
- file: generating_random
- file: random_solutions
sections:
- file: prob_distributions_solutions
- caption: Homework
chapters:
- file: hw1

File diff suppressed because one or more lines are too long

1
random_solutions.md Normal file
View file

@ -0,0 +1 @@
# Solutions to exercises