i suppose your users have unique ids in the users table, so why not simply
select * from awards order by rand($user_id)
rand() can accept an argument that means 'seed'
i suppose your users have unique ids in the users table, so why not simply
select * from awards order by rand($user_id)
rand() can accept an argument that means 'seed'