So basically, imagine that I have items A, B and C.
If I order them by layout, they’ll show up in a specific order (let’s imagine C => B => A). However, if I order them by “random”, Kitsun still displays the items in that same order (C => B => A). What I mean by this is that I feel like Kitsun is actually randomizing the items, but just creating 1 random order and use that every time I ask for random. This is leading for me to be able to memorize the order of items and actually predict which reviews are next in the pile.
I suspect the problem is with the “Order direction”. It’s giving “Random” some sort of order to follow, making it not so random.