Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 614 Bytes

Test-Programs

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.

Changelog

[Unreleased]

  • FORTRAN codes are coming up.
  • OpenMP is a maybe.

[0.5] - 2017/11/16

[release]

Three test subject and their C codes are released.