<t>Hi.Maybe you want to try this VBA code.Function BoxMuller() As Double' Box-Muller transformation for quasi normally distributed random numbers' Use Rnd() if you don´t have anything more appropriate, such as' Faure, Sobol, Halton, or ... algorithms. Const TwoPi = 6.28318530717959 Static Status As ...