
15 Sep
2015
15 Sep
'15
2:09 p.m.
2015-09-14 19:04 GMT+02:00 Bartosz Nitka
[...] Uniques are non-deterministic [...]
Just out of curiosity: Why is this the case? Naively, I would assume that you can't say much about the value returned by getKey, but at least I would think that in repeated program runs, the same sequence of values would be produced. Well, unless somehow the values depend on pointer values, which will screw this up because of ASLR.