08/07/2014 at 1:44 pm
#300063
Keymaster
@ Allen
Randomization occurs every hour on the hour (according to the time set on the server, not necessarily the time on your clock) for every user based on IP address. As an example, lets say user A and user B both visit the site at the same time, they would both see the entries in a different random order for the remainder of the hour in which they visited. After that remainder of the hour has expired, they would both see a different random order.
This change had to be made to properly support paginated random order results.
I hope this helps in explaining the change.
