LOOT drops - How to make the game experience better

If others had comprehended this part in the OP, they would have realized that the total number of drops was not changing.

The bold text and highlight is mine.

There are two ways to assign personal loot drops. One is RNG using a binomiial distribution. The other is round robin as illustrated below:

Eight player game:
Drop 1 foes to player 1
Drop 2 goes to player 2
Drop 3 goes to player 3

Drop 8 goes to player 8
Drop 9 goes to player 1
Drop 10 goes to player 2