Tue May 20 21:35:28 2025 duel_simulation_test(): python version: 3.10.12 numpy version: 1.26.4 Test duel_simulation() duel_once_test(): duel_once() simulates a single duel between combatants who fire alternately at each other, with known probabilities of hitting the other. In this example, the one shot probabilities are: Player[0]: 0.1 Player[1]: 0.15 Result of this duel: Player 1 survived after 10 turns duel_many_test(): duel_many() simulates many duels between combatants who fire alternately at each other, with known probabilities of hitting the other. In this example, the one shot probabilities are: Player[0]: 0.1 Player[1]: 0.15 The number of duels to fight is 1000 Result of the duels: Player 0 winning percentage is 0.413 Player 1 winning percentage is 0.587 The average number of shots fired was 8.195 duel_simulation_test(): Normal end of execution. Tue May 20 21:35:28 2025