Random list of lists

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?

Hi Ned,

I can replicate the issue on both 0.82 and 0.9

My suggestion is to file this problem on the official GitHub issues page:

You could try the following work-around as a temporary measure:

Thanks - I thought about doing a code block but felt that there should be a “Dynamo” way. I’ll file an issue.