<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>make-dist.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@
 
 (defsystem :cl-randist
   :description &quot;Random Distribution Generation&quot;
-  :version &quot;0.2&quot;
+  :version &quot;0.3.1&quot;
   :author &quot;Leonardo Varuzza &lt;varuzza@gmail.com&gt;&quot;
   :license &quot;GPLv3&quot;
   :serial t</diff>
      <filename>cl-randist.asd</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,10 @@ so you can basically do with it whatever you want.&lt;/p&gt;
 
 &lt;p&gt;
 &lt;font color=red&gt;Download shortcut:&lt;/font&gt; &lt;a
-href=&quot;http://lambdatau.com/cl-randist/cl-randist.tar.gz&quot;&gt;http://lambdatau.com/cl-randist/cl-randist.tar.gz&lt;/a&gt;.
+href=&quot;http://cl-randist.googlecode.com/files/cl-randist.tar.gz&quot;&gt;http://cl-randist.googlecode.com/files/cl-randist.tar.gz&lt;/a&gt;.
+
+&lt;p&gt; Latest development version can by download with git: git clone http://lambdatau.com/git/cl-randist&lt;/p&gt;
+
 &lt;/blockquote&gt;
 
 &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;h3&gt;&lt;a class=none name=&quot;contents&quot;&gt;Contents&lt;/a&gt;&lt;/h3&gt;
@@ -72,8 +75,8 @@ href=&quot;http://lambdatau.com/cl-randist/cl-randist.tar.gz&quot;&gt;http://lambdatau.com/cl
 &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;h3&gt;&lt;a class=none name=&quot;download&quot;&gt;Download&lt;/a&gt;&lt;/h3&gt;
 
 RANDOM-DISTRIBUTIONS together with this documentation can be downloaded from &lt;a
-href=&quot;http://lambdatau.com/cl-randist/cl-randist.tar.gz&quot;&gt;http://lambdatau.com/cl-randist/cl-randist.tar.gz&lt;/a&gt;. The
-current version is 0.1.0.
+href=&quot;http://cl-randist.googlecode.com/files/cl-randist.tar.gz&quot;&gt;http://cl-randist.googlecode.com/files/cl-randist.tar.gz&lt;/a&gt;. The
+current version is 0.3.0.
 
 &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;h3&gt;&lt;a class=none name=&quot;dictionary&quot;&gt;The RANDOM-DISTRIBUTIONS dictionary&lt;/a&gt;&lt;/h3&gt;
 
@@ -202,7 +205,7 @@ x^(nu1/2 - 1) (nu2 + nu1 * x)^(-nu1/2 -nu2/2) dx
 &lt;p&gt;&lt;br&gt;[Function]&lt;br&gt;&lt;a class=none name='random-gamma-int'&gt;&lt;b&gt;random-gamma-int&lt;/b&gt; &lt;i&gt;a&lt;/i&gt; =&amp;gt; &lt;i&gt;result&lt;/i&gt;&lt;/a&gt;
 &lt;blockquote&gt;&lt;br&gt;
 
-
+  Random variable with gamma distribution with integer parameter.
 
 &lt;/blockquote&gt;
 </diff>
      <filename>cl-randist.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-
+(in-package :randist)
 
 ;; /* The Dirichlet probability distribution of order K-1 is 
 </diff>
      <filename>dirichlet.lisp</filename>
    </modified>
    <modified>
      <diff>@@ -100,6 +100,7 @@
 	 (inline random-gamma-int))
 
 (defun random-gamma-int (a)
+&quot;Random variable with gamma distribution with integer parameter.&quot;
   (declare (fixnum a))
   (if (&lt; a 12)
     (do ((i 0 (1+ i))</diff>
      <filename>gamma.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bae34807469e77168f1889c962efdfb0f0faca37</id>
    </parent>
  </parents>
  <author>
    <name>Leonardo Varuzza</name>
    <email>varuzza@gmail.com</email>
  </author>
  <url>http://github.com/lvaruzza/cl-randist/commit/5cc200cc672b685e30ef14d1cb5960e5d688ae8e</url>
  <id>5cc200cc672b685e30ef14d1cb5960e5d688ae8e</id>
  <committed-date>2008-03-08T07:40:40-08:00</committed-date>
  <authored-date>2008-03-08T07:40:40-08:00</authored-date>
  <message>Missing in-package in dirichlet.lisp
Add make-dist.sh
documentation updates.</message>
  <tree>54f8f062c41c2c9c597cae51ee415d6bb6654872</tree>
  <committer>
    <name>Leonardo Varuzza</name>
    <email>varuzza@gmail.com</email>
  </committer>
</commit>
