y = 1.*randn(1000,1) + 5
Now the mean is 5 and the variance is 1. But it's still possible to get a number out of range(0,10)
y = 1.*randn(1000,1) + 5
Now the mean is 5 and the variance is 1. But it's still possible to get a number out of range(0,10)