<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -271,7 +271,12 @@
 ;; Contributed by Joel J. Adamson &lt;adamsonj@email.unc.edu&gt;
 ;;
 
-(defun random-normal-bivariate (sigma-x sigma-y &amp;key (rho 0.0) (error-limit 500) (tries 0))
+(declaim (ftype (function (double-float
+			   double-float
+			   &amp;key (rho  double-float)
+			   (error-limit integer)
+			   (tries  integer)) double-float) random-normal-bivariate))
+(defun random-normal-bivariate (sigma-x sigma-y &amp;key (rho 0.0d0) (error-limit 500) (tries 0))
  &quot;Return a pair of numbers with specific correlation coefficent rho
 and with specified variances sigma-x and sigma-y; a direct port of
 gsl_ran_bivariate_gaussian from the GNU Scientific Library:</diff>
      <filename>normal.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0e2eddf4e30238b705f7a989eeee6ca956b9f519</id>
    </parent>
  </parents>
  <author>
    <name>AJ Rossini</name>
    <email>blindglobe@gmail.com</email>
  </author>
  <url>http://github.com/lvaruzza/cl-randist/commit/5adc6458c310cf3aafcdedd0312bb1018be42128</url>
  <id>5adc6458c310cf3aafcdedd0312bb1018be42128</id>
  <committed-date>2009-05-11T04:50:42-07:00</committed-date>
  <authored-date>2009-05-10T23:15:23-07:00</authored-date>
  <message>type spec for random-normal-bivariate.

Signed-off-by: AJ Rossini &lt;blindglobe@gmail.com&gt;</message>
  <tree>344cd0cb3c434836aa933a7c799971075ae9b74d</tree>
  <committer>
    <name>AJ Rossini</name>
    <email>blindglobe@gmail.com</email>
  </committer>
</commit>
