Not finding what you are looking for? Request a recipe!
This code takes a start and end value (both int) and generates an array. From there it shuffles the array into a random order and returns the shuffled array. This returned array can then be used in a simple for..loop for whatever you need without worrying about repeated values. Just make a call to t ...