How do I set a seed for the 'Shuffle' function?

Hi, I am using MATLAB R2020a on a MacOS. I am attempting to shuffle a cell array but was wondering if there is any way of setting a seed such that the shuffling process is constant across several arrays. That is, the shuffling causes the same rearrangement across all the cell arrays I apply it to. Thanks in advance.

Have you tried ClockRandSeed with your seed?