From: Muhammad Farrukh Yaqub on
Thank you very much. I've got plenty of ideas to test the problem. It was really very much helpful for me.

Best Regards,

Farrukh

Rune Allnor <allnor(a)tele.ntnu.no> wrote in message <a06e5416-4626-4930-a511-128fd6fc865e(a)l30g2000yqb.googlegroups.com>...
> On 31 Jan, 11:40, "Muhammad Farrukh Yaqub" <farrukh.ya...(a)gmail.com>
> wrote:
> > Thank you very very much. It's of course a great favor.
> >
> > Rune, I'm using Matlab built in function, 'randn' to generate the Gaussian Noise. Could you please advise me some better 'Pseudo random number generator' which approximates better to Gaussian Distribution.
>
> Check the docs for RANDN. You might be able to configure the
> workings of the PRNG.
>
> Apart from that, I use C++, where the Boost.Random library
>
> http://www.boost.org/doc/libs/1_41_0/libs/random/index.html
>
> offers a quite comprehensive suite of PRNGs.
>
> Rune