https://issues.apache.org/bugzilla/show_bug.cgi?id=54264
--- Comment #2 from Roberto <[email protected]> --- I setup a test procedure which does HTTP request to a server. The URI is http://IP/myapp?proyect=${RANDOM_proyect} I config 10 threads and they do that request one time with the random variable. If I set a seed on the random variable, every thread does the same request. If I don't set a seed, every thread does a diferent request, because the random variable (a diferent proyect value). I will test it on 2.8 later. Thank you -- You are receiving this mail because: You are the assignee for the bug.
