Have Boost random Library contained the function for generating Gaussian noise ? Can any one with kindness help me?
I am a new comer and using Boost library for math works. I want to know whether Boost Random Library contained the function for generating Gaussian noise. Or Gaussian noise can be easily generated by the functions in Boost Random Library? Or any other library compatible with the Boost Random Library? Can any one with kindness help me?
If with Gaussian noise you mean drawing from a normal distribution
(which you can scale and shift as you wish of course), then yes. See
http://www.boost.org/doc/libs/1_42_0/libs/random/random-distributions.html#n...
referenced on http://www.boost.org/doc/libs/1_42_0/libs/random/index.html.
Best,
Dee
2010/3/1 fmingu
I am a new comer and using Boost library for math works. I want to know whether Boost Random Library contained the function for generating Gaussian noise. Or Gaussian noise can be easily generated by the functions in Boost Random Library? Or any other library compatible with the Boost Random Library?
Can any one with kindness help me?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Diederick C. Niehorster
-
fmingu