for i in 1:1000 x = rand(Uniform(0,4),100) mean_array[i] = sum(x)/ 100 end
I wanna generate 1000 dists and calculate the mean of each one and put the means in an arra