All, Could anybody please tell me how to generate Laplacian distributed random numbers? Thanks. Minghua [[alternative HTML version deleted]]
> Could anybody please tell me how to generate Laplacian distributed > random numbers? Thanks.Yes. Generate random uniforms and then apply the inverse cumulative distribution function of the Laplace distribution to these. It's about 2 lines of code. Figure it out. cheers, Rolf Turner rolf at math.unb.ca P. S. Is this a homework problem?