random seed info added to README
This commit is contained in:
parent
f6e9a678f0
commit
a9238f1bac
|
@ -35,3 +35,5 @@ domain_count = 120
|
|||
page_per_domain_min = 3
|
||||
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
|
Loading…
Reference in New Issue