76

int getRandomNumber() {

return 6;

// Guaranteed to be random. I used a dice.
}

Comments
Add Comment