From 609756a7abfc99d4f47f07686d5f582ea9a709bb Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 16 Dec 1997 02:55:16 +0000
Subject: [PATCH] Update the header adding Raymond Toy as an author (the
 portable mt19937 code), and noting that the author of the mt19937 algorithm
 gave us permission to place this implementation in the public domain.

---
 code/rand-mt19937.lisp | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/code/rand-mt19937.lisp b/code/rand-mt19937.lisp
index a7a48d462..16e6cea76 100644
--- a/code/rand-mt19937.lisp
+++ b/code/rand-mt19937.lisp
@@ -1,17 +1,18 @@
 ;;; -*- Mode: Lisp; Package: Kernel -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written by Douglas T. Crosher based on public domain
-;;; code from Carnegie Mellon University and has been placed in the
-;;; Public domain, and is provided 'as is'.
+;;; This code was written by Douglas T. Crosher and Raymond Toy based
+;;; on public domain code from Carnegie Mellon University and has been
+;;; placed in the Public domain, and is provided 'as is'.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rand-mt19937.lisp,v 1.3 1997/12/12 15:16:49 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rand-mt19937.lisp,v 1.4 1997/12/16 02:55:16 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
 ;;; Support for the Mersenne Twister, MT19937, random number generator
-;;; due to Matsumoto and Nishimura.
+;;; due to Matsumoto and Nishimura. This implementation has been
+;;; placed in the public domain with permission from M. Matsumoto.
 ;;;
 ;;; Makoto Matsumoto and T. Nishimura, "Mersenne twister: A
 ;;; 623-dimensionally equidistributed uniform pseudorandom number
-- 
GitLab