Pixelboss, I guess you don’t need a plugin to do it.
You could use the WordPress get_posts() function and use the orderby parameter do use a random value.
Take a look at this code:
get_posts('numberposts=4&category=3&orderby=rand()');
Regards,
Caio Proiete
https://www.pdaexpert.net