Help for this page

Select Code to Download


  1. or download this
    $hash = ($c + ($hash * 64) + ($hash * 65536) - $hash);
    $hash -= int($hash/2**32)*2**32;
    
  2. or download this
    $hash = ($c + ($hash * 64) + ($hash * 65536) - $hash) % 2**32;