|
|
|
|
|
by jjk166
1063 days ago
|
|
> replace the low bits with the hash of them, concatenated with the value of the CPU cycle counter (`RDTSC` on x86) you're concatenating two values and then taking the hash of the combination, ie: hash(low bits + CPU cycle counter) |
|
When you are trying to reduce collisions, why would you use a function that is known to introduce collisions?