|
From: Joseph W. <joe...@gm...> - 2014-09-12 04:09:38
|
Yes. It would it be nice if we could get it in. My experience with MC is that the big bottleneck with parallel applications is a testing issue (i.e. how to you verify that the number is correct). The approach that is industry standard involved using an RNG that can be started at a given location and to generate the same random number for parallel and standard paths. I know of one bank where they ended up using mesenne twister for this. |