A while ago in some programming languages this was the case because the computer uses binary numbers (1's and 0's, on and off). 2^16 is 65536, which is how many numbers are inside that range you listed. That was 16 bhits, most puters now are at least 32 bits, which gives you up to around 4 billion different numbers or so. It's hard to explain, there's different ways of representing the numbers too, it's quite complex, but basically the answer to your question is no.