prnorm: Generating numbers form Normal distribution here we use Box...

View source: R/PRNG.R

prnormR 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)


PRNG documentation built on Sept. 11, 2024, 6:13 p.m.