Consider the problem of counting the number of ways one can distribute $k$ identical objects between $g$ distinct groups, such that no group has more than $c$ objects. The solution of this counting problem is given in many answers (e.g this). The answer is:
$$\sum_{r \geq 0} (-1)^r {g \choose r} {g+k-r (c+1)-1 \choose g-1}$$ Now according to this website, the solution can also be approximated by a normal distribution in the limit of large $g$. I'm not really satisfied with the argument on the website about the reason for this approximation. Is there perhaps an explicit way of showing it? Preferably without even needing to derive the exact solution in the first place.