I want to figure out a way to determine how many unique numbers there would be in a given pool of random numbers.
For example, lets say I generate 20 random numbers, each with a value between 1 and 20. There will almost certainly be multiple instances of a single number.
Is there any way to calclulate how many UNIQUE numbers there will be on average? If duplicate numbers are discarded?