Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 936 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 936 Bytes

prng-test-bench

C++ PRNG test bench that uses hyperfine (to measure speed) and PractRand (to measure randomness)

Usage

To run the benchmark only: make prng-bench

  • Takes about 9 minutes to finish

To run the short test: make short-test

  • prng-bench is a prerequisite
  • Takes about 11 minutes to finish

To run the long test: make long-test

  • prng-bench is a prerequisite
  • Takes about 40 hours to finish

Results are saved in the results folder.

Requirements

The following libraries are required to build:

The following programs are required to run: