Skip to content

Commit

Permalink
Update 03-functional-programming.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Nov 23, 2023
1 parent 952dee2 commit 18857a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 03-functional-programming.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ the random numbers again:
```{webr-r}
set.seed(1234)
rnorm(10)
```

```{webr-r}
rnorm(10)
```

```{webr-r}
set.seed(1234)
rnorm(10)
```
Expand Down

0 comments on commit 18857a7

Please sign in to comment.