Sorry, I meant a sequence of number. For instance, if I were to build a random sequence in matlab using the function "randn(1,N)", I would get an array of "N" number with mean=0. What I am after is the way to generate a sequence of number that don't have a fixed mean. Hopefully, this clarify...