Assuming we have an instance of Random called generator, what will the following line of code do?
int x = generator.nextInt(20);
There are no hints for this question