ZoltanRacz / MomentMatching.jl

This is a package to estimate parameters of macroeconomic models by moment matching methods, such as GMM or SMM.
MIT License
1 stars 0 forks source link

Random number generation in multiprocessing/multithreading #129

Open gualtiazza opened 2 months ago

gualtiazza commented 2 months ago

Need to think about replicability if multithreading/multiprocessing is combined with random number generation. The issue is that if point x requires some random number generation to be evaluated, we need to be sure that the same rnd.seed is used regardless of the process/thread point x is run into