The starting point is the following:
Given the positive fractions $0 \lt c \le d \le 1$, what is the probability of getting at least $m=cn$ unique numbers when selecting $k=dn$ integers independently and uniformly from the range $[1,n]$?
In a related question, an exact answer for a fixed $m$ is given as a sum involving binomial coefficients: https://math.stackexchange.com/a/1087968/471924
Instead of an exact answer, I would like to consider where $m$ is significantly smaller than the expectation value, and to discuss the asymptotics of the probability as $n$ increases without bound.
In particular I am looking for conditions on $c$ and $d$ that allow a statement like:
With probability $1-o(1)$ there are at least $cn$ unique numbers when randomly selecting $dn$ integers uniformly from the range $[1,n]$.
Is there someway to get from the exact results to conditions on $c,d$ which would make the above asymptotic statement true?