I have a Tinder like script with images of males and females. On every page the script shows one person and the user can go to the next person. In my situation I'm using:
ORDER BY rand(".preg_replace('/\D/', '', Cookie::get('random')).")
So ordering by a random number I put in the cookie.
I have a lot of males and few females. How can I influence the RAND() function to show more females?