6 ms·
Success = (number of attempts) × (probability of success each time)
- apothegm 3mo agoI think you mean (1-(1-prob[success])^numAttempts).
- adletbalzhanov 3mo agoTouché, you're right. The point still stands though: run the program more times
6 ms·