readme and test

This commit is contained in:
randogoth 2024-03-01 13:51:42 +02:00
parent faaad93ef4
commit 517b7d55f1
5 changed files with 91 additions and 68 deletions

13
test.py Normal file
View file

@ -0,0 +1,13 @@
from pyagushka import lyagushka
from randonautentropy import rndo
import json
random_data = []
with open('random_values.txt', 'r') as file:
for line in file:
random_data.append(int(line.strip()))
anomalies = json.loads(lyagushka(random_data, 1.0, 5))
print(anomalies)