Hacker News new | ask | show | jobs
by laurent123456 4792 days ago
"script execution cache" - perhaps something like APC that would cache the PHP opcodes and make a random function less random.
1 comments

Perhaps something they were using to seed the random number generator was being cached, leading to the same set of "random" numbers?