Integer Random generator

This function generates integer random value in range 0 to 2147483647. The user can change bounds of the range using function parameters.

C/C++/C#
int IntRandom(int from, int to)