Skip to content

Commit 17aaf89

Browse files
avallecamBisaloo
authored andcommitted
add hidden seed for stable stochastic output in lesson
1 parent e2280e0 commit 17aaf89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

episodes/model-choices.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ exercises: 20 # exercise time in minutes
99
library(epidemics)
1010
library(dplyr)
1111
library(ggplot2)
12+
13+
# hidden seed for stable stochastic output in lesson
14+
set.seed(33)
1215
```
1316

1417
:::::::::::::::::::::::::::::::::::::: questions

0 commit comments

Comments
 (0)