I’m stumped by a seemingly simple task. I want to create a series of lists, each of which has a random selection of elements. In other words, N lists of M elements each. The attached graph seems like it should work, mapping the list.shuffle function over a list of lists. However, it appears to be randomizing each sublist exactly the same way. Not what I want.
Anyone have an idea?