prnorm {PRNG} | R Documentation |
Generating numbers form Normal distribution here we use Box Muler transform to obtain normal random variable
Description
Generating numbers form Normal distribution here we use Box Muler transform to obtain normal random variable
Usage
prnorm(n)
Arguments
n |
number required |
Value
a list of pseudo random numbers from normal distribution
Examples
prnorm(10)
prnorm(100)
[Package PRNG version 0.0.2.1.2 Index]