Summary:
I want to create a shuffle functionality. To accomplish that:
1) Creating a random list of total available posts based on their "ID";
2) Getting the full post data based on ID (at this point I have a random array of posts)
3) Apply carousel that navigates through those random posts (still to do and purpose of this question).
What would be the best carousel for that?