Okay I pick up few rows from a text file and have to select 1 in random, I used
PHP Code:
random_num(0,TOTALROWS - 1)
the problem occurs, I have 5 servers selecting from the same file. And they are not supposed to "random" select the same thing. At all this random_num thing is not that random .. how can I randomize it completely ?