std::normal_distribution performance difference on g++ and clang++

前端 未结 0 1712
感动是毒
感动是毒 2021-02-14 10:25
#include 

int main() {
  std::vector norms;
  norms.reserve(1000000);

  std::mt19937_64 mtEngine(42);
  std::normal_distribution<> nd         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题