How to pull random item from database

I’ll recommend to use math.random() to get a random number and then request the item which index matches that number.