random seed info added to README

This commit is contained in:
ed barz 2023-01-10 11:33:49 +01:00
parent f6e9a678f0
commit a9238f1bac
1 changed files with 3 additions and 1 deletions

View File

@ -34,4 +34,6 @@ lines_per_minute = 5
domain_count = 120 domain_count = 120
page_per_domain_min = 3 page_per_domain_min = 3
page_per_domain_max = 13 page_per_domain_max = 13
``` ```
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