Hello everybody,
Concerning this project : Scientific Computing with Python Projects - Probability Calculator
In test_module.py, with prob_calculator.random.seed(95), the result I get for test_prob_experiment() is 0.252 instead of 0.272.
With prob_calculator.random.seed(111), all tests pass, and the test_prob_experiment, in particular, passes with a lot of seeds.
Here is my code : https://repl.it/@Brice123456789/boilerplate-probability-calculator#prob_calculator.py
Thanks for enlightening me…