I thought that would be the easiest way to generate an integer unique enough for my needs. But it seems to always repeat in 2^18 (262144) iterations.<br><br>That is because #Ref<_._.X.Y> gives the same phash2 as #Ref<_._.X+1.Y> in any range between 2^20 and 2^32.<br>
<br>Isn't that a little unfortunate?<br><br>