blob: 6eb36571af7668ae861a68235d30ea8191b272ce [file] [log] [blame]
This code implements the random-number generator described in the
NAS Parallel Benchmark document RNR Technical Report RNR-94-007.
The code is "embarrassingly" parallel in that no communication is
required for the generation of the random numbers itself. There is
no special requirement on the number of processors used for running
the benchmark.