import java.util.Random; public class Test4 { public static void main(String [] args) { Random gen = new Random(); // Write a loop that asks Java to provide you with // a thousands random numbers in the range 1 to 5, inclusive. System.out.printf("\n"); } }