-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
parallelismParallel or distributed computationParallel or distributed computationrandomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib
Description
How should parallel RNG be addressed? Codes that do parallel RNG:
This is an MPI code that does not seem to be maintained:
http://sprng.cs.fsu.edu/
A derivative of Mersenne Twister:
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/DC/dc.html
At the very least,when randomize() is called, it should include the processor's number along with time to select a different seed on every processor.
Metadata
Metadata
Assignees
Labels
parallelismParallel or distributed computationParallel or distributed computationrandomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib