Pulled in the whole data set, didn't limit it to 1 row. I then used php's rand() function, and took a random number from 1->[# of records in dataset]. And then showed that row.
Hopefully random row of a randomly sorted dataset will be a bit more random.

:shrug: