public int add5toRandom() { return(RandomTest.getRandomNumber() + 5); }
public int generateNumber() { return(RandomTest.getRandomNumber()); }