i=1 x = NULL while(i<100){ temp = runif(1,-i,i) x = c(x,temp) }