The number to rotate.
The number of bits to rotate to the right.
Optional
totalBits: numberThe total number of bits to consider for the rotation (defaults to 32).
The result of rotating n
to the right by bits
positions within totalBits
bits.
Performs a right bitwise rotation on a given number.