Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question in high performance computing 5. Consider that you are using the CLHEP library and the Mersenne Twister 1997 generator. Propose 2 C++ codes. .
Question in high performance computing
5. Consider that you are using the CLHEP library and the Mersenne Twister 1997 generator. Propose 2 C++ codes. . The first inputs 'N' as the number of processors and 'MaxL' as the maximum number of drawings for each parallel simulations. This first program creates N files en places MaxL numbers generated by MT in each file using the leap frog technique. (2 pts) The Second program reads a file name and a number Max on the command line, uses this name as an initial status for MT and draws Max numbers with MT correctly initialized. (2 pts) 5. Consider that you are using the CLHEP library and the Mersenne Twister 1997 generator. Propose 2 C++ codes. . The first inputs 'N' as the number of processors and 'MaxL' as the maximum number of drawings for each parallel simulations. This first program creates N files en places MaxL numbers generated by MT in each file using the leap frog technique. (2 pts) The Second program reads a file name and a number Max on the command line, uses this name as an initial status for MT and draws Max numbers with MT correctly initialized. (2 pts)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started