Ilya Lepesh

4,125
reputation
1
11
25
int getRandomNumber() {
    return 4;   //chosen by fair dice roll.
                //guaranted to be random.
}