From e1cc5c91d059a3e86282fa80ddca6aa1a90d5bca Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 Apr 1994 18:43:32 +0000 Subject: [PATCH] Export FLO:RANDOM-UNIT from the random number generator. --- v7/src/runtime/runtime.pkg | 3 ++- v8/src/runtime/runtime.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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?) -- 2.25.1