Get a semi-random (randomness not guaranteed) value.

Fichier

src/State/State.php, line 46

Classe

State
Provides AdvAgg State interfaces with a few extra commands.

Namespace

Drupal\advagg\State

Code

public function getRandom() {
    return $this->get($this->getRandomKey());
}