Skip to content
Prev 85954 / 398502 Next

difference between rnorm(1000, 0, 1) and running rnorm(500, 0, 1) twice

Hi R users

This looks a simple question

Is there any difference between between rnorm(1000,0,1) and running 
rnorm(500,0,1) twice in terms of outcome ?

TM