Author: B. C. Bromley Presented by: Shuaiyuan Zhou Quasi-random Number Generators for Parallel Monte Carlo Algorithms
Why & How Sobol’ sequence & subsequences Parallel Algorithm Performance issue
The will and the way Enable parallel systems to take full advantage of the benefits of quasi-random Monte Carlo algorithms Rapid sequence production. as quick as any pseudorandom generator Fast convergence rate. much faster than pseudorandom methods An algorithm of generating quasi-random numbers in parallel systems, using a leapfrog scheme
Main contribution “A recursion relation which allows an element in a Sobol’ sequence to be quickly calculated from a previous, but not necessarily adjacent, element without determining all of the intervening members of the sequence”. Enables parallel Monte Carlo algorithms to have each node of a parallel processor step through interleaved subsequences with the same computational load as if it were calculating the original sequence, without any internode communication.
Sobol’ sequence
Recursive computation
Implementing in parallel In parallel applications, Breaking up the spatial domain of integration in the M- dimensional cube among processing nodes Distributing the sequence of sample points among processing nodes Leapfrog technique: each node skips along the sequence, jumping over those sample points which are handled by other nodes.
Modification to recursion
Algorithm
Algorithm – Cont.
Performance issue The efficiency of the leapfrog algorithm is highest when the number of nodes is an integral power of 2. Tests with several parallel supercomputers demonstrate that as many as 10 6 integration points (up to 6 dimensions) can be generated per second per node in the optimal case. When the number of nodes is P, the computational load of generating interleaved sequences is, at worst, proportional to the number of nonzero bits in P.
Thank you!