Shifts the specified number using a hash.
Example:
$number = ((new ShiftedNumber())
->setMin(0)
->setMax(100))
(42, 'my_hash');
Implementation in file ShiftedNumber.php
Shifts the specified number using a hash.
Example:
$number = ((new ShiftedNumber())
->setMin(0)
->setMax(100))
(42, 'my_hash');
Implementation in file ShiftedNumber.php