prnorm | R Documentation |
Generating numbers form Normal distribution here we use Box Muler transform to obtain normal random variable
prnorm(n)
n |
number required |
a list of pseudo random numbers from normal distribution
prnorm(10)
prnorm(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.