$$P(X=i)=\frac{\binom{m}i\binom{N-m}{n-i}}{\binom{N}{n}}, i=0,1,\ldots, \min(n,m).$$
The above probability represents suppose that a sample of size $n$ is to be chosen randomly (without replacement) from an urn containing $N$ balls, of which $m$ are white and $N-m$ are black. If we let $X$ denote the number of white balls selected, then the probability of getting exactly $i$ white balls is $P(X=i)=\frac{\binom{m}i\binom{N-m}{n-i}}{\binom{N}{n}}, i=0,1,\ldots, \min(n,m).$
My question is:
What does the following probability represent $$\big(\frac{\binom{m}i\binom{N-m}{n-i}}{\binom{N}{n}}\big)^2$$?