randomness_testsuite icon indicating copy to clipboard operation
randomness_testsuite copied to clipboard

no way to receive "True" in the Universal.py code.

Open QUANTUMREADY opened this issue 1 year ago • 0 comments

this might be the correctio : test = Universal() binary_data = "your_binary_data_here" p_value, result = test.statistical_test(binary_data, verbose=True)

print("Result of test:", result)

QUANTUMREADY avatar Jan 09 '24 15:01 QUANTUMREADY