Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 Eigen3 库与随机数生成器 Mersenne Twister 一起使用,有没有一种简单的方法来扩展 eigen(简单)?
我在 eigen 的文档中找不到他们正在使用什么随机数生成器以及它的线程是否安全?
有关如何在 Eigen 中使用 C++11 随机生成器的示例,请参阅此页面。您可以轻松地调整它以使用std::mersenne_twister_engine引擎。
std::mersenne_twister_engine