...runk/randomness: Randomness tests based on NIST SP 800-22...
Randomness tests based onNIST SP 800-22whitepaper. Usage importrandomnessfrom'randomness';// series of bitsconstdata=[0,1,0,1,1,1,0,1,0,0,1,...];console.log(randomness.monobitTest(data)); Reference All tests return the same type of result: ...