Skip to content

Files

Latest commit

Oct 20, 2021
17308af · Oct 20, 2021

History

History
19 lines (13 loc) · 468 Bytes

ShiftedNumber.md

File metadata and controls

19 lines (13 loc) · 468 Bytes

Shifted number

Shifts the specified number using a hash.

Example:

$number = ((new ShiftedNumber())
    ->setMin(0)
    ->setMax(100))
    (42, 'my_hash');

Implementation in file ShiftedNumber.php


Algorithms | Go back