I have data sample of 1,000,000 bytes generated by a hardware RNG. The device is certified by ENT test suite, NIST SP800-22, DIE HARDER and TestU01.
I have tested my sample by SP800-90B_EntropyAssessment (github.com/usnistgov/SP800-90B_EntropyAssessment). Minimum Entropy Estimate is 7.88237 after which I run Restart Tests.
My sample fails at Restart Testing and the program displays
Validation Failed, No Entropy Estimate Awarded.
“Analysis and Improvement of Entropy Estimators in NIST SP 800-90B“ (PDF) says
Randomness has three features: unpredictability, unbiasedness and non-repeatability and and the non-repeatability is validated by restart tests.
I want to know if my RNG is failing Restart Tests, does it mean it offers no entropy at all?