We have attempted to increase the "max_dist_player" and "max_dist_infected" spawn parameters to very large distances compared to the defaults. This has been with moderate success, but far from the desired "randomess".
```
<spawn_params>
<min_dist_infected>200.0</min_dist_infected>
<!-- <max_dist_infected>70.0</max_dist_infected> -->
<max_dist_infected>12000.0</max_dist_infected>
<min_dist_player>200.0</min_dist_player>
<!-- <max_dist_player>70.0</max_dist_player> -->
<max_dist_player>12000.0</max_dist_player>
<min_dist_static>0.5</min_dist_static>
<max_dist_static>2.0</max_dist_static>
</spawn_params>
```