doc/rdoc/classes/RFuzz/RandomGenerator.html in rfuzz-0.8 vs doc/rdoc/classes/RFuzz/RandomGenerator.html in rfuzz-0.9
- old
+ new
@@ -84,22 +84,22 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000052">base64</a>
- <a href="#M000053">byte_array</a>
- <a href="#M000054">bytes</a>
- <a href="#M000057">floats</a>
- <a href="#M000047">hash_of</a>
- <a href="#M000049">headers</a>
- <a href="#M000056">ints</a>
- <a href="#M000046">new</a>
- <a href="#M000055">num</a>
- <a href="#M000048">queries</a>
- <a href="#M000050">uris</a>
- <a href="#M000051">words</a>
+ <a href="#M000053">base64</a>
+ <a href="#M000054">byte_array</a>
+ <a href="#M000055">bytes</a>
+ <a href="#M000058">floats</a>
+ <a href="#M000048">hash_of</a>
+ <a href="#M000050">headers</a>
+ <a href="#M000057">ints</a>
+ <a href="#M000047">new</a>
+ <a href="#M000056">num</a>
+ <a href="#M000049">queries</a>
+ <a href="#M000051">uris</a>
+ <a href="#M000052">words</a>
</div>
</div>
</div>
@@ -117,16 +117,16 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000046" class="method-detail">
- <a name="M000046"></a>
+ <div id="method-M000047" class="method-detail">
+ <a name="M000047"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000046.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000046.html');return false;">
+ <a href="RandomGenerator.src/M000047.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000047.html');return false;">
<span class="method-name">new</span><span class="method-args">(dict=nil, type=:words)</span>
</a>
</div>
<div class="method-description">
@@ -134,26 +134,26 @@
Either initialized without a word dictionary or with one. If you initialize
with a word dictionary then you can generate the random words, and is the
expected behavior. You can use the "type" parameter to change the
default type of generated content from words to any of the other types
available [:base64,:uris,:<a
-href="RandomGenerator.html#M000053">byte_array</a>,:ints,:floats].
+href="RandomGenerator.html#M000054">byte_array</a>,:ints,:floats].
</p>
<p>
The dict should just be an array of words.
</p>
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000052" class="method-detail">
- <a name="M000052"></a>
+ <div id="method-M000053" class="method-detail">
+ <a name="M000053"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000052.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000052.html');return false;">
+ <a href="RandomGenerator.src/M000053.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000053.html');return false;">
<span class="method-name">base64</span><span class="method-args">(count,length=100)</span>
</a>
</div>
<div class="method-description">
@@ -162,16 +162,16 @@
the default and is a max, but the lengths are random.
</p>
</div>
</div>
- <div id="method-M000053" class="method-detail">
- <a name="M000053"></a>
+ <div id="method-M000054" class="method-detail">
+ <a name="M000054"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000053.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000053.html');return false;">
+ <a href="RandomGenerator.src/M000054.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000054.html');return false;">
<span class="method-name">byte_array</span><span class="method-args">(count,length=100)</span>
</a>
</div>
<div class="method-description">
@@ -180,16 +180,16 @@
very nasty. As usual, length=100 is a max for the random lengths.
</p>
</div>
</div>
- <div id="method-M000054" class="method-detail">
- <a name="M000054"></a>
+ <div id="method-M000055" class="method-detail">
+ <a name="M000055"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000054.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000054.html');return false;">
+ <a href="RandomGenerator.src/M000055.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000055.html');return false;">
<span class="method-name">bytes</span><span class="method-args">(count)</span>
</a>
</div>
<div class="method-description">
@@ -197,16 +197,16 @@
Generate a single String with random binary garbage in it.
</p>
</div>
</div>
- <div id="method-M000057" class="method-detail">
- <a name="M000057"></a>
+ <div id="method-M000058" class="method-detail">
+ <a name="M000058"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000057.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000057.html');return false;">
+ <a href="RandomGenerator.src/M000058.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000058.html');return false;">
<span class="method-name">floats</span><span class="method-args">(count)</span>
</a>
</div>
<div class="method-description">
@@ -214,60 +214,60 @@
An array for random floats.
</p>
</div>
</div>
- <div id="method-M000047" class="method-detail">
- <a name="M000047"></a>
+ <div id="method-M000048" class="method-detail">
+ <a name="M000048"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000047.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000047.html');return false;">
+ <a href="RandomGenerator.src/M000048.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000048.html');return false;">
<span class="method-name">hash_of</span><span class="method-args">(count,length=5,type=@type)</span>
</a>
</div>
<div class="method-description">
<p>
Returns a random hash of type (default :words) where the key=>value is
randomly generated. This is aliased for <a
-href="RandomGenerator.html#M000048">RandomGenerator.queries</a> and <a
-href="RandomGenerator.html#M000049">RandomGenerator.headers</a> so that it
+href="RandomGenerator.html#M000049">RandomGenerator.queries</a> and <a
+href="RandomGenerator.html#M000050">RandomGenerator.headers</a> so that it
is more readable.
</p>
<dl>
-<dt>:words,:base64,:uris,:<a href="RandomGenerator.html#M000053">byte_array</a>,:ints,:floats</dt><dd>are the available
+<dt>:words,:base64,:uris,:<a href="RandomGenerator.html#M000054">byte_array</a>,:ints,:floats</dt><dd>are the available
</dd>
</dl>
<p>
types of generated hash garbage you can use. These "types" just
translate to function calls on self.send(type,length).
</p>
</div>
</div>
- <div id="method-M000049" class="method-detail">
- <a name="M000049"></a>
+ <div id="method-M000050" class="method-detail">
+ <a name="M000050"></a>
<div class="method-heading">
<span class="method-name">headers</span><span class="method-args">(count,length=5,type=@type)</span>
</div>
<div class="method-description">
<p>
-Alias for <a href="RandomGenerator.html#M000047">hash_of</a>
+Alias for <a href="RandomGenerator.html#M000048">hash_of</a>
</p>
</div>
</div>
- <div id="method-M000056" class="method-detail">
- <a name="M000056"></a>
+ <div id="method-M000057" class="method-detail">
+ <a name="M000057"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000056.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000056.html');return false;">
+ <a href="RandomGenerator.src/M000057.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000057.html');return false;">
<span class="method-name">ints</span><span class="method-args">(count, max = nil)</span>
</a>
</div>
<div class="method-description">
@@ -277,16 +277,16 @@
tests should run the same on all platforms).
</p>
</div>
</div>
- <div id="method-M000055" class="method-detail">
- <a name="M000055"></a>
+ <div id="method-M000056" class="method-detail">
+ <a name="M000056"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000055.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000055.html');return false;">
+ <a href="RandomGenerator.src/M000056.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000056.html');return false;">
<span class="method-name">num</span><span class="method-args">(max)</span>
</a>
</div>
<div class="method-description">
@@ -294,30 +294,30 @@
A random number with a maximum of max.
</p>
</div>
</div>
- <div id="method-M000048" class="method-detail">
- <a name="M000048"></a>
+ <div id="method-M000049" class="method-detail">
+ <a name="M000049"></a>
<div class="method-heading">
<span class="method-name">queries</span><span class="method-args">(count,length=5,type=@type)</span>
</div>
<div class="method-description">
<p>
-Alias for <a href="RandomGenerator.html#M000047">hash_of</a>
+Alias for <a href="RandomGenerator.html#M000048">hash_of</a>
</p>
</div>
</div>
- <div id="method-M000050" class="method-detail">
- <a name="M000050"></a>
+ <div id="method-M000051" class="method-detail">
+ <a name="M000051"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000050.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000050.html');return false;">
+ <a href="RandomGenerator.src/M000051.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000051.html');return false;">
<span class="method-name">uris</span><span class="method-args">(count,length=100)</span>
</a>
</div>
<div class="method-description">
@@ -327,15 +327,15 @@
gigantor URI. The URI starts with /.
</p>
</div>
</div>
- <div id="method-M000051" class="method-detail">
- <a name="M000051"></a>
+ <div id="method-M000052" class="method-detail">
+ <a name="M000052"></a>
<div class="method-heading">
- <a href="RandomGenerator.src/M000051.html" target="Code" class="method-signature"
- onclick="popupCode('RandomGenerator.src/M000051.html');return false;">
+ <a href="RandomGenerator.src/M000052.html" target="Code" class="method-signature"
+ onclick="popupCode('RandomGenerator.src/M000052.html');return false;">
<span class="method-name">words</span><span class="method-args">(count=1)</span>
</a>
</div>
<div class="method-description">
\ No newline at end of file