From: Chris Hanson Date: Tue, 19 Apr 1994 18:43:32 +0000 (+0000) Subject: Export FLO:RANDOM-UNIT from the random number generator. X-Git-Tag: 20090517-FFI~7193 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e1cc5c91d059a3e86282fa80ddca6aa1a90d5bca;p=mit-scheme.git Export FLO:RANDOM-UNIT from the random number generator. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index d635a3ac1..5886b7beb 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.226 1994/03/24 18:30:44 gjr Exp $ +$Id: runtime.pkg,v 14.227 1994/04/19 18:43:32 cph Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1759,6 +1759,7 @@ MIT in each case. |# (parent ()) (export () *random-state* + flo:random-unit make-random-state random random-state?) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index d635a3ac1..5886b7beb 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.226 1994/03/24 18:30:44 gjr Exp $ +$Id: runtime.pkg,v 14.227 1994/04/19 18:43:32 cph Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -1759,6 +1759,7 @@ MIT in each case. |# (parent ()) (export () *random-state* + flo:random-unit make-random-state random random-state?)