You need to check the database in the ps_configuration table what the value for 'HOME_FEATURED_RANDOMIZE' is.
SELECT a.value FROM ps_configuration a WHERE a.name = 'HOME_FEATURED_RANDOMIZE';
The value should be 1.
The module is probably not enabled at the moment. It is not visible on the main page.
Or you can edit the module and insert the shuffle function:
./modules/ps_featuredproducts/ps_featuredproducts.php