SELECT idx, writer, title FROM free ORDER BY RAND() LIMIT 1;
이와 같이
ORDER BY RAND() LIMIT 1
사용.
참고 사이트 https://creds.tistory.com/158