Order posts randomly by query_vars[‘suppress_filters’] in wordpress

First of all i want to tell you why we use query_vars['suppress_filters']. suppress_filters is optional argument. When its value is set to false that means you disable the function from not using any filters on it's query. That mean any filter if applying to the query will be disabled and it gives you result in normal form. In the code below i want to display the [...]