rnorm {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

rnorm(n)

Arguments

n

number required

Value

a list of pseudo random numbers from normal distribution

Examples

rnorm(10)
 rnorm(100)


[Package PRNG version 0.0.2 Index]