Remove definition of INT:->FLONUM since it is now exported from the
authorChris Hanson <org/chris-hanson/cph>
Mon, 29 Nov 1993 23:24:36 +0000 (23:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 29 Nov 1993 23:24:36 +0000 (23:24 +0000)
arithmetic package.

v7/src/runtime/random.scm

index 29a88e801618fdb91d1b42b48c7e208d63742e94..36fafca58443023e24fdc3efa6061fc3ba29237e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: random.scm,v 14.8 1993/10/14 10:13:58 cph Exp $
+$Id: random.scm,v 14.9 1993/11/29 23:24:36 cph Exp $
 
 Copyright (c) 1993 Massachusetts Institute of Technology
 
@@ -36,9 +36,6 @@ MIT in each case. |#
 ;;; package: (runtime random-number)
 
 (declare (usual-integrations))
-
-(define-integrable (int:->flonum n)
-  ((ucode-primitive integer->flonum 2) n #b10))
 \f
 ;;; A "subtract-with-carry" RNG, based on the algorithm from "A New
 ;;; Class of Random Number Generators", George Marsaglia and Arif