# https://stackoverflow.com/questions/60557139/how-can-i-shuffle-a-range-of-numbers-and-then-split-it-into-subarrays-of-a-certa Stack Overflow How can I shuffle a range of numbers and then split it into subarra... Suppose I have a range 1:N, I want to shuffle the range into a random order and then split the resulting shuffled array into subarrays that are at most 128 elements long. How can I do this? This