Newscoop\Services\ListUserService::getRandomList PHP Method

getRandomList() public method

Get random list of users
public getRandomList ( integer $limit = 25 ) : array
$limit integer
return array
    public function getRandomList($limit = 25)
    {
        return $this->getRepository()->getRandomList($limit);
    }