export interface IReproduceOptions {
    reproduceChance: number;
    randomChance: number;
}
