From commits-return-7688-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Thu Jul 20 18:43:54 2017 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63AE510B6E for ; Thu, 20 Jul 2017 18:43:54 +0000 (UTC) Received: (qmail 32097 invoked by uid 500); 20 Jul 2017 18:43:54 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 32068 invoked by uid 500); 20 Jul 2017 18:43:54 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 32059 invoked by uid 99); 20 Jul 2017 18:43:54 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2017 18:43:54 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F3CC83A002A for ; Thu, 20 Jul 2017 18:43:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1802524 - /jmeter/trunk/xdocs/usermanual/component_reference.xml Date: Thu, 20 Jul 2017 18:43:51 -0000 To: commits@jmeter.apache.org From: fschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170720184352.F3CC83A002A@svn01-us-west.apache.org> Author: fschumacher Date: Thu Jul 20 18:43:51 2017 New Revision: 1802524 URL: http://svn.apache.org/viewvc?rev=1802524&view=rev Log: Add a note about the usage of variables in 'Random Variable'. Bugzilla Id: 61318 Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1802524&r1=1802523&r2=1802524&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jul 20 18:43:51 2017 @@ -4256,6 +4256,8 @@ The number is calculated using the formu This means that maximum-minimum - i.e. the range - must be less than 2147483647, however the minimum and maximum values can be any long values so long as the range is OK.

+As the random value is evaluated at the start of each iteration, it is probably not a good idea +to use a variable other than a property as a value for the minimum or maximum. It would be zero on the first iteration.