/* Compilation command : g++ Vavilov03.cpp -I `root-config --incdir` `root-config --libs` -lMathMore -fopenmp To run it with a single thread, set export OMP_NUM_THREADS=1 To run with multiple threads, set export OMP_NUM_THREADS=4 */ #include "iostream" #include "Math/VavilovAccurate.h" #include "TRandom.h" #include #include "time.h" using namespace std; int main() { TRandom r(0); double ran; double a; cout<<"Start "<