XOR: ^
this bit is 1 when they are different, otherwise it is 0.
Difference between >> and >>>:
>> is arithmetic right shift
>>> is logical right shift
https://stackoverflow.com/questions/2811319/difference-between-and
XOR: ^
this bit is 1 when they are different, otherwise it is 0.
Difference between >> and >>>:
>> is arithmetic right shift
>>> is logical right shift
https://stackoverflow.com/questions/2811319/difference-between-and