My php is rusty, I am trying to get a PHP code to return a different user ID's added to the following array from an array of possible users.
'online_users' => array(54)
'bots_ids' => array(153,122,173,124,173,132,184,188)
I want to pick and a add random bot every 1-5 hours after which he will be replaced by another bot or just deleted (not all bots have to be online simutaniously)
I tried setting the seed to the current hours divided by a random number but it doesn't seem to work.
Thanks in advance!