How about something like: n <- 100 x <- sign(runif(n) - 0.5) * rexp(n) ?? Andy > From: Yao, Minghua > > All, > > Could anybody please tell me how to generate Laplacian > distributed random numbers? Thanks. > > Minghua