The randomization procedure to choose the territories may give us more large territories than small or vice versa. It could also generate coordinates that are close to one territory, both decreasing the randomization. A better randomization procedure would be to assign a number to each possible territory, (1-10 for the large territories, 11-20 for the small territories, for example) that could be used and use a random number generator, then generate 5 numbers for larger territories and 5 for smaller ones. This way, there is an even amount of territory sizes and each territory experimented on is randomized.
Recent comments