new Random().ints(1, 46).distinct().limit(6).sorted().forEach(System.out::println);