"thread-safe uniform random number generator" Code Answer

1

a good pseudorandom number generator for fortran90 can be found in the intel math kernel vector statistical library. they are thread safe. also, why does it need to be threadsafe? if you want each thread to get the same list, instantiate a new prng for each thread with the same seed.

By brass monkey on August 17 2022

Answers related to “thread-safe uniform random number generator”

Only authorized users can answer the Search term. Please sign in first, or register a free account.