Zumba\Swivel\Bucket::randomIndex PHP Méthode

randomIndex() protected méthode

Get a random index.
protected randomIndex ( ) : integer
Résultat integer
    protected function randomIndex()
    {
        return mt_rand(1, 10);
    }