Author: pmouawad
Date: Thu Jul 19 19:37:22 2018
New Revision: 1836298

URL: http://svn.apache.org/viewvc?rev=1836298&view=rev
Log:
Bug 62553 - Random element might return same value even if property "Per thread 
user (User)" is set to TRUE
Fix typo, thanks Felix
Bugzilla Id: 62553

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=1836298&r1=1836297&r2=1836298&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jul 19 19:37:22 
2018
@@ -4219,7 +4219,7 @@ to use a variable other than a property
   <property name="Random Seed" required="No">The seed for the random number 
generator. 
   If you use the same seed value with Per Thread set to <code>true</code>, you 
will get the same value for each Thread as per 
   <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Random.html"; 
>Random</a> class.
-  If no see is set, Default constructor of Random will be used.
+  If no seed is set, Default constructor of Random will be used.
   </property>
   <property name="Per Thread(User)?" required="Yes">If <code>False</code>, the 
generator is shared between all threads in the thread group.
   If <code>True</code>, then each thread has its own random 
generator.</property>


Reply via email to