Frage

I am migrating a large scientific simulation software to C++. In Java I used Cern Colt library and it included a complete list of random distributions.

What C++ library is normally used when different distributions (such as those listed on the provided link) are needed?

Smaller focused libraries are preferred (not like boost).

Thanks.

War es hilfreich?

Lösung

boost::random might be helpful to you.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top