From a9238f1bacf4b5483c96b08d9a7d0b4cbdb9e606 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 10 Jan 2023 11:33:49 +0100 Subject: [PATCH] random seed info added to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9260be4..2d5205b 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,6 @@ lines_per_minute = 5 domain_count = 120 page_per_domain_min = 3 page_per_domain_max = 13 -``` \ No newline at end of file +``` + +If you want to get an idea of the range of results with the same population and url settings but with different data, consider changing the seed upon each run or simply comment the line `random.seed(12345)` at the beginning of the script \ No newline at end of file