Please read [thread=168]Before you make a query thread[/thread] so that you know what you are asking can be understood by the other people.
How to Generate White Gaussian Noise probably can help you. What I found there is Code: X=0 for i = 1 to N U = uniform() X = X + U end uniform is uniform random number generator between 0 and 1.