<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to StepType_0rand</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_0rand/</link><description>Recent changes to StepType_0rand</description><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_0rand/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Feb 2014 07:52:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steppingframework/wiki/StepType_0rand/feed" rel="self" type="application/rss+xml"/><item><title>StepType_0rand modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_0rand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -32,6 +32,7 @@
 The following table demonstrates the values contained in c0RandNum and iRandNum for various numbers that might be randomly selected in the above example

 Number Selected | c0RandNum | iRandNum
+---|---|---
 8 | "0008" | "8"
 13 | "0013" | "13"
 99 | "0099" | "99"
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Fri, 28 Feb 2014 07:52:08 -0000</pubDate><guid>https://sourceforge.net11e8bf64b9504bb0cca3713a3ac2e938e054ce3b</guid></item><item><title>StepType_0rand modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_0rand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -29,8 +29,6 @@
 ---   |---            |---        |---      |---       |---         |---         |---
 Seq001| 1             |0rand       |6       | 4098      |            |            |

-In the above example if the random number selected was 13 then c0RandNum will contain "013" and iRandNum will contain
-
 The following table demonstrates the values contained in c0RandNum and iRandNum for various numbers that might be randomly selected in the above example

 Number Selected | c0RandNum | iRandNum
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Fri, 28 Feb 2014 07:51:36 -0000</pubDate><guid>https://sourceforge.neteae4572651957679ee204c057fb1f7c5160ca5d2</guid></item><item><title>StepType_0rand modified by Dave Amies</title><link>https://sourceforge.net/p/steppingframework/wiki/StepType_0rand/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="0rand"&gt;0rand&lt;/h1&gt;
&lt;p&gt;select a random number within a range, then save as both an integer and a 0 padded string. The number chosen can be accessed by future Steps as {c0RandNum} for the 0 padded string and {iRandNum} for the integer.&lt;/p&gt;
&lt;p&gt;The 0 padded string returned will always be the same number of characters (length) as the maximum value.&lt;/p&gt;
&lt;p&gt;Maximum value must always be greater than or the same as the minimum value, if the same then the minimum value is returned.&lt;/p&gt;
&lt;h2 id="how-each-column-is-used"&gt;How each column is used:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Column Name&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;iID&lt;/td&gt;
&lt;td&gt;The ID used to uniquely identify the current Step Sequence&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;iSeq&lt;/td&gt;
&lt;td&gt;Optional/Purely cosmetic, only used to help you structure you step sequences&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cStepType&lt;/td&gt;
&lt;td&gt;0rand&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cField&lt;/td&gt;
&lt;td&gt;The minimum possible number to be selected by the random number generator&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cValue&lt;/td&gt;
&lt;td&gt;The maximum possible number to be selected by the random number generator&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cTiming&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cExpect&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cOnError&lt;/td&gt;
&lt;td&gt;Not Used&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="example-usage"&gt;Example usage:&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;iID&lt;/th&gt;
&lt;th&gt;iSeq&lt;/th&gt;
&lt;th&gt;cStepType&lt;/th&gt;
&lt;th&gt;cField&lt;/th&gt;
&lt;th&gt;cValue&lt;/th&gt;
&lt;th&gt;cTiming&lt;/th&gt;
&lt;th&gt;cExpect&lt;/th&gt;
&lt;th&gt;cOnError&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Seq001&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;0rand&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;4098&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In the above example if the random number selected was 13 then c0RandNum will contain "013" and iRandNum will contain&lt;/p&gt;
&lt;p&gt;The following table demonstrates the values contained in c0RandNum and iRandNum for various numbers that might be randomly selected in the above example&lt;/p&gt;
&lt;p&gt;Number Selected | c0RandNum | iRandNum&lt;br /&gt;
8 | "0008" | "8"&lt;br /&gt;
13 | "0013" | "13"&lt;br /&gt;
99 | "0099" | "99"&lt;br /&gt;
137 | "0137" | "137"&lt;br /&gt;
989 | "0989" | "989"&lt;br /&gt;
1024 | "1024" | "1024"&lt;br /&gt;
4090 | "4090" | "4090"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Amies</dc:creator><pubDate>Fri, 28 Feb 2014 07:51:16 -0000</pubDate><guid>https://sourceforge.net164dfa781206dc0d66a2cccb626345c817dadb80</guid></item></channel></rss>