for(int i = 0; i < 10; i++) { //your code if(random.nextInt(5) == 0) { i--; } //1 in 5 chance to repeat loop cycle }