The Algorithm Design Manual
About the Book
Programming Challenges

The Stony Brook Algorithm Repository

Steven Skiena
Stony Brook University
Dept. of Computer Science

Parallel Random Number Generation


Parallel simulations make special demands on random number generators. How can we ensure that random streams are independent on each machine? L'Ecuyer et.al. provide object-oriented generators with a period length of approximately 2^191. Implementations in C, C++, and Java are available at http://www.iro.umontreal.ca/$\sim$lecuyer/myftp/streams00/
  • Download Files (local site)
  • Offical Site

    Problem Links

      
    Random Number Generation (8)



    This page last modified on 2008-07-10 .
    www.algorist.com