In Reply To:
Erm, why would it always be the same random number? the RAND() function is built into MySQL, so theoretically it should be different each time

Hmm.. Apparently it's not working with my install of Links as I get an error message when I try to sort using RAND.
"Can't call method "fetchall_hashref" on an undefined value at /cgibin/admin/Links/User/Search.pm line 147."
I'm using MySQL 3.22 which doesn't have the random sort ability, would that affect the RAND function that's built into Links?
At any rate, I don't think that would do what I want it to do. I normally want results sorted by Title, but some people have paid extra for a Featured Link. I display Featured Lists in various places throughout my site and would like those lists to be sorted randomly.
Also, like the above posts, sometimes those lists will span more than one page, and I would like to avoid duplicates. By creating a new field, Randomizer, and sorting by that it works perfectly as long as I remember to refresh the Randomizer number using SQL Monitor every time I do a build. It would be even more perfect if that was automated in some way.
Bryan