Destiny 2 farming feels random because it is, and a flat per-run drop rate hides how many runs you actually need. This calculator uses the correct independent-trial math to show your true cumulative odds, the average number of drops, and how many runs it takes to be reasonably confident.
How it works
Runs are independent, so the chance of getting nothing is the per-run miss rate raised to the number of runs:
pMiss = 1 − rate
atLeastOnce = 1 − pMiss^attempts
expectedDrops = rate × attempts
runsForTarget = ln(1 − target) / ln(1 − rate)
The at-least-once formula always stays between 0 and 100 percent, unlike the common mistake of multiplying rate by attempts, which can wrongly exceed 100.
Example and tips
A 5 percent drop over 20 runs gives about a 64 percent chance of at least one, and an average of 1 drop. To reach 90 percent confidence you need roughly 45 runs at that rate. If a target confidence demands an unreasonable run count, look for a higher-rate source or a pity-based version of the item, since pure random drops have no ceiling on how unlucky a session can get.