I want to display 3 slides that will be randomly picked from a set of 30. I plan to store data for the 30 in a JSON object and use the JSON looper provider to pick 3 of them at a time.
How do I pick the 3 slides to be random on each load of the page? Even if I can get a random offset that will work because I do not need each slide to the random, they can be in order e.g. 4,5,6 one time and 12, 13, 14 another time.
If there is another approach for achieving the same functionality, that will work too. Thanks in advance.