This repository contains code implementing the Crypto Quantique Randomness Test Suite for Physically Unclonable Functions. The tests defined are modifications of existing test suites for RNGs (e.g. NIST 800-22) that better suit the output and architecture of a PUF. These improvements address the key differences between PUF and RNG output, i.e. the restriction on PUF output lengths vs RNG, and the possible spatial effects caused by a PUF array.
Please see the documentation here
The implementations of the tests found here are based on those found here https://github.com/stevenang/randomness_testsuite , with some minor modifications.