pls how do you select random datas from a MySQL database(really random).

say i have numerous records and i want to select 4(or more) random records each time the page is refreshed or re-visited.

i have read some tutorial/s but it doesn't help my situation and i have also read about the MySQL RAND() function(but i couldn't use it).

thank you.