I want to use the array as a range and I want to randomize it, like I want to transform that into several other ranges with the same elements but in different orders, how do I do that?
I tried using the function choice() from std.random but it gives an error message for some reason.