This question already has an answer here:
- Why the range of int is -32768 to 32767? [closed] 5 answers
I realize in some programming languages, random number generators generate a default value of 0 to 32767 (for example, in php, rand(); will return a float between 0 and 32767). What is the significance of such a random number? (As it is not a power of two or anything special like that.)