Hacker News new | ask | show | jobs
by ww520 3283 days ago
User ID is not exactly random material. Might be better to do mod(md5(user_id), server_count) to scatter the bits using MD5.