There is a really nice example of using pmap for parallel bootstrapping purposes on http://juliaeconomics.com/2014/06/18/parallel-processing-in-julia-bootstrapping-the-mle/ . If you rerun the code however, it's clear that the pmap function does not respect the set seed command srand. I've tried various small changes but nothing is working (although a lot of nuances around parallel computing are a bit above my level). Is it possible to get pmap to respect the seed setting? I hope there is as pmap is superb otherwise.
Any help much appreciated. Best, Steve
