Shuffling a column in datamatrix
Hello,
I am trying to use datamatrix within open sesame by manipulating dm. Is there a way I could get to shuffle a dm column with an inline?
Thank you!
Hello,
I am trying to use datamatrix within open sesame by manipulating dm. Is there a way I could get to shuffle a dm column with an inline?
Thank you!
Comments
Hi Sylvain,
You can use
random.shuffle()And there's the
operations.shuffle()too:Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Oh great thank you!!!