seed added

This commit is contained in:
ed barz 2023-01-10 10:31:10 +01:00
parent 48816f68e2
commit 510b4a97b4
1 changed files with 4 additions and 2 deletions

6
flm.py
View File

@ -6,9 +6,11 @@ import gzip
import zlib
import humanfriendly
population = 10000
random.seed(12345)
loglines = 2000000
population = 100
loglines = 200
lines_per_minute = 5