I have come across the random library and would like to use it to generate pseudo-random numbers in my C++ program.
However, the PGI C++ compiler can’t seem to find it. Searching for “random.h” doesn’t return any file in the compiler’s directory. Is it possible to use this library with the PGI C++ compiler? If not, what other method can I use?