<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to RandomPkg</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>Recent changes to RandomPkg</description><atom:link href="https://sourceforge.net/p/openvhdl/wiki/RandomPkg/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 23 Jun 2012 04:54:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openvhdl/wiki/RandomPkg/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,4 @@
-# RandomPkg:  Simplified Randomization 
+# RandomPkg:  Randomization Utilities
 
 RandomPkg defines a set of function methods for randomization with a uniform (range or set), discrete (weighted), Normal, or Poisson distribution. Calling these methods from within sequential code provides a form of constrained random test generation. 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:54:21 -0000</pubDate><guid>https://sourceforge.netc96a7e453e552e06c2c859fc574a83a9b5d177c2</guid></item><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -6,9 +6,11 @@
 
 
 ## Package Development Information
-* Documentation: RandomPkg_user_guide.pdf
-* State of Package:  Mature 
+* State of Package:     Mature 
 * Initial Development:  2006
+* Lead Developer:       Jim Lewis
+* Contributors:
 * Focus:  Testbench
 * Related Packages:  [CoveragePkg]
 * Requires Package(s): SortListPkg_int RandomBasePkg
+* Documentation: RandomPkg_user_guide.pdf
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:51:59 -0000</pubDate><guid>https://sourceforge.net69a1266c051058cb69ea44b9adb2c3b7658e3227</guid></item><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:48:35 -0000</pubDate><guid>https://sourceforge.netd6165fe7dad8705b7d1109b03622d9665c20522f</guid></item><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -4,8 +4,11 @@
 
 For randomization within testbenches, also see [CoveragePkg].  CoveragePkg supports randomization across holes in the coverage, "Intelligent Coverage".  Intelligent coverage is a good for randomizing the top level of a test.
 
+
 ## Package Development Information
+* Documentation: RandomPkg_user_guide.pdf
 * State of Package:  Mature 
 * Initial Development:  2006
 * Focus:  Testbench
 * Related Packages:  [CoveragePkg]
+* Requires Package(s): SortListPkg_int RandomBasePkg
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:46:34 -0000</pubDate><guid>https://sourceforge.netb1896b10f56f07fd6d1ab74b608f40bf7306dc7b</guid></item><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -3,3 +3,9 @@
 RandomPkg defines a set of function methods for randomization with a uniform (range or set), discrete (weighted), Normal, or Poisson distribution. Calling these methods from within sequential code provides a form of constrained random test generation. 
 
 For randomization within testbenches, also see [CoveragePkg].  CoveragePkg supports randomization across holes in the coverage, "Intelligent Coverage".  Intelligent coverage is a good for randomizing the top level of a test.
+
+## Package Development Information
+* State of Package:  Mature 
+* Initial Development:  2006
+* Focus:  Testbench
+* Related Packages:  [CoveragePkg]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:43:09 -0000</pubDate><guid>https://sourceforge.net1498610c0a7c2aa5221c6dbeb1398f1adcaf6fc7</guid></item><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,5 @@
 # RandomPkg:  Simplified Randomization 
 
-RandomPkg defines a set of function methods for randomization with a uniform (range or set), discrete (weighted), Normal, or Poisson distribution. Calling these methods from within sequential code provides a form of constrained random test generation. Rather than use constrained random by itself, OSVVM uses constrained random to refine the initial "Intelligent Coverage" randomization. 
+RandomPkg defines a set of function methods for randomization with a uniform (range or set), discrete (weighted), Normal, or Poisson distribution. Calling these methods from within sequential code provides a form of constrained random test generation. 
+
+For randomization within testbenches, also see [CoveragePkg].  CoveragePkg supports randomization across holes in the coverage, "Intelligent Coverage".  Intelligent coverage is a good for randomizing the top level of a test.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:39:40 -0000</pubDate><guid>https://sourceforge.net0d94e39ad2e44871b20feeade37e74fe7da549f2</guid></item><item><title>WikiPage RandomPkg modified by Jim Lewis</title><link>https://sourceforge.net/p/openvhdl/wiki/RandomPkg/</link><description># RandomPkg:  Simplified Randomization 

RandomPkg defines a set of function methods for randomization with a uniform (range or set), discrete (weighted), Normal, or Poisson distribution. Calling these methods from within sequential code provides a form of constrained random test generation. Rather than use constrained random by itself, OSVVM uses constrained random to refine the initial "Intelligent Coverage" randomization. 
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim Lewis</dc:creator><pubDate>Sat, 23 Jun 2012 04:36:10 -0000</pubDate><guid>https://sourceforge.net870abab97b31091fab8ee2a9531ec0db6c0a6674</guid></item></channel></rss>