如何在 JMeter 中编写一个包含或可用于使用毫秒时间函数生成随机数的函数

How in JMeter can you write a function that includes or can be used to generate random using time function with milliseconds

我需要使用 JMeter 中的时间函数创建一个随机数,它也创建毫秒。

如何在 JMeter 中编写包含或可用于使用毫秒时间函数生成随机数的函数?

尝试以下方法:-

${__longSum(${__time()},${__Random(1,50)},MYVAR)}

希望对您有所帮助。