fn default_population(
    release_factor: Option<f32>
) -> PopulationInitializationWrapper
Expand description

Default population initializer

One boar group is released to each habitat cell with positive breeding capacity, where initial group size is five times the breeding capacity.

Parameters:

release_factor - factor to multiply breeding capacity to obtain the number of animals to release (with random rounding)