Test programs for OS, language, Library, etc.
The file name contains the subject to be tested. For more descriptions of each program, please read the comments in the file.
[PCG_RNG]
http://www.pcg-random.org/
Permuted Congruential Generator Random Number Generator
It is a library I used in my program and I recommand this PCGRNG to replace the default RNG used in your language. Go to its website for more information.
- FORTRAN codes are coming up.
- OpenMP is a maybe.
Three test subject and their C codes are released.