From 510b4a97b415b6630417de172e70edca93d7b98b Mon Sep 17 00:00:00 2001 From: ed <ed@brz9.dev> Date: Tue, 10 Jan 2023 10:31:10 +0100 Subject: [PATCH] seed added --- flm.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flm.py b/flm.py index 6a34cc7..4fb2d24 100644 --- a/flm.py +++ b/flm.py @@ -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