random property

int random
getter/setter pair

Implementation

int random = (Random().nextInt(25 - 20 + 1) + 20);