Reformat comment
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
It seems to work well because 33 is coprime to
|
||||
2^32 and 2^64 (any odd number except 1 is),
|
||||
which probably improves the distribution
|
||||
(I'm not a mathematician so I can't prove it this).
|
||||
which probably improves the distribution (I'm
|
||||
not a mathematician so I can't prove it this).
|
||||
Multiplying a number n by 33 is the same as
|
||||
bitshifting by 5 and adding n, which is faster
|
||||
than multiplying by, say, 37. Maybe any 2^x±1
|
||||
|
||||
Reference in New Issue
Block a user