Learn R Programming

PRNG (version 0.0.2.1.2)

prnorm: 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)

Value

a list of pseudo random numbers from normal distribution

Arguments

n

number required

Examples

Run this code
prnorm(10)
 prnorm(100)

Run the code above in your browser using DataLab