February 9, 2007
[A computer program.]
int getRandomNumber()
{
return 4; // chosen by fair dice roll. // guaranteed to be random.
}