]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix using
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 30 Jan 2010 07:55:01 +0000 (01:55 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Jan 2010 20:48:01 +0000 (14:48 -0600)
basis/random/random.factor

index 161533eaf90241cbf2c3325f9bb0c12f2eb67e9a..eeaa1f8f2c1ac90f042eaa0660d793de9b89c0a5 100644 (file)
@@ -1,9 +1,10 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types assocs byte-arrays byte-vectors
-combinators fry io.backend io.binary kernel locals math
-math.bitwise math.constants math.functions math.ranges
-namespaces sequences sets summary system vocabs.loader ;
+USING: accessors alien.c-types arrays assocs byte-arrays
+byte-vectors combinators fry io.backend io.binary kernel locals
+math math.bitwise math.constants math.functions math.order
+math.ranges namespaces sequences sets summary system
+vocabs.loader ;
 IN: random
 
 SYMBOL: system-random-generator