From 7cee0cdc2a6e39b96e304a7191b2e01cec21fe65 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 18 Dec 2008 02:04:05 -0600 Subject: [PATCH] Load fix for random --- basis/random/random.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/random/random.factor b/basis/random/random.factor index be2d5955cd..554ed5c96a 100755 --- a/basis/random/random.factor +++ b/basis/random/random.factor @@ -2,7 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. USING: alien.c-types kernel math namespaces sequences io.backend io.binary combinators system vocabs.loader -summary math.bitwise byte-vectors fry byte-arrays ; +summary math.bitwise byte-vectors fry byte-arrays +math.ranges ; IN: random SYMBOL: system-random-generator