Short Random generator
This function generates short integer random value in range 0 to 32767. The user can change bound of the range using function parameters.
C/C++/C#
int ShortRandom(int from, int to)