Comment by s1mplicissimus
Comment by s1mplicissimus 6 days ago
careful when doing that though! i've seen some big eyes when people assumed IDs to be uniform randomly distributed and suddenly their "test group" was 15% instead of the intended 1%. better generate a truely random value using your languages favorite crypto functions and be able to work with it without fear of busting production
The user ID is non uniform after hash and mod? How?