function X=Gaussian1 %Generation of a gaussian with method 1 X = sum(rand(1,12))-6; end