You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Burak Bayramli <bu...@bilgidata.com> on 2005/08/06 11:09:48 UTC

New Pre-Processor - Randomizr

Hi everyone,

For a load tests I was writing, I needed a randomized variable, a value that
would be different for all concurrent threads under a thread group. Based on the
CounterConfig.java code, I wrote this simple RandomizerConfig.java class, it is
working fine. I thought it could be useful for others, so I am sending a patch
file for the new feature. 

Regards,