0 / 60 seg.

Given the following Java code, what is the range of randomValue?

Random r = new Random();
int randomValue = r.nextInt(5);