I think I have solved the problem myself. On the editor screen, I switched to code editor and located the query loop block I was trying to order by random. Then I changed "orderBy":"date"
to "orderBy":"rand"
.
If you know a better way to do it, please tell me.