This is a follow up to this question.
I find that Random_number()
is not reliable for parallel programming, it gives non reproducible results, and my program heavily relies on random numbers.
How can I write a random number generator in Fortran that is parallel safe?
Or where can I find it?