randomness_testsuite
randomness_testsuite copied to clipboard
no way to receive "True" in the Universal.py code.
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)