Skip to content

Commit

Permalink
Update random-numbers-generators.qmd
Browse files Browse the repository at this point in the history
Fix spacing issue
  • Loading branch information
NeuroShepherd authored Sep 3, 2024
1 parent 107fc2a commit f259088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorial_pages/random-numbers-generators.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For this, open the file `./exercise_script.R` from the root of your local reposi
***

The following functions draw `n` values from distributions with the specified parameters

* `runif(n, min, max)` draws `n` values from a *uniform* distribution with the specified `min` and `max`
* `rpois(n, lambda)` draws `n` values from a *poisson* distribution with the specified `lambda`
* `rnorm(n, mean, sd)` draws `n` values from a *normal* distribution with the specified `mean` and `standard deviation`
Expand Down

0 comments on commit f259088

Please sign in to comment.