Random Number Generators for Parallel Computers
| <- HREF="node19.html" Prev | Index | Next -> |
NHSE ReviewTM: Comments
· Archive
· Search
Recommended Random Number Generator Software
The following random number generator software is recommended for
parallel computers. Software catalog entries for each of these programs
are available at the National HPCC Software Exchange (NHSE).
-
Combined linear congruential generators with parameters recommended by
L'Ecuyer, parallelized using sequence splitting.
-
Lagged Fibonacci generator using multiplication, parallelized using
independent sequences.
-
Lagged Fibonacci generator using addition, parallelized using
independent sequences. Be sure to use the largest possible lag.
Copyright © 1996
| <- HREF="node19.html" Prev | Index | Next -> |
NHSE ReviewTM: Comments
· Archive
· Search
Paul Coddington, paulc@npac.syr.edu