Change the getRandom function so that it returns a random integer from 0 (inclusive) to 5 (exclusive).
Tip: Focus only on the modification of the function such that it returns a random value as per the above description. This returned value is then processed internally and produces the output as given in the sample output.