[Rock-dev] Random Number Distribution library

Jakob Schwendner jakob.schwendner at dfki.de
Wed Sep 14 17:11:03 CEST 2011


On 09/14/2011 05:07 PM, Sylvain Joyeux wrote:
> On 09/14/2011 05:02 PM, Leif Christensen wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi,
>>
>> for some of my standalone filter applications I used gsl for random
>> number distributions, probability density functions, etc.
>> (http://www.gnu.org/s/gsl/manual/html_node/Random-Number-Distributions.html).
>> What are you using in this area? What does rock use?
> I know that Patrick is using boost
>
> Sylvain
> _______________________________________________
> Rock-dev mailing list
> Rock-dev at dfki.de
> http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
Yep, most of the things in rock use boost::random. I've only used it to 
sample from a uniform or a normal distribution, so far, and it does the 
job for me and it has a c++ interface.

Jakob



More information about the Rock-dev mailing list