Optimize the function with opemMp and drand48_r

前端 未结 0 1297
[愿得一人]
[愿得一人] 2021-01-30 00:38

I need to optimize the following c++ code using openMp and replace the random number generator with drand48_r.

void MyClass::generateData()
{
   for (int i = 0; i         


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