G'day!
I found quite some information about random number generators, but I was wondering how to do that with strings.
Here's what I want: I have a list of names (array) and I want to randomize/shuffle them. Then the randomized/shuffled names should be put into 3 groups (new lists).
The output should look like this:
group1: name1, name2, name3
group2: name6, name5, name4
group3: name8, name7, name9
Thanks for helping me out! :