Github user vlsi commented on the issue: https://github.com/apache/jmeter/pull/231 > Any reason for not using ThreadLocalRandom.current() instead of Random ? TLR does not support setSeed. setSeed is required to get reproducible workloads. > https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadLocalRandom.html#setSeed(long) : Throws UnsupportedOperationException. Setting seeds in this generator is not supported.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---