]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/random/cmwc/cmwc.factor
factor: trim using lists
[factor.git] / extra / random / cmwc / cmwc.factor
index 0f7103f9d94e366fa623adaa7783645010ddb15c..8478af0c402c1040ccadf1bf89b4a3d8cb8bdcae 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.data arrays fry kernel
-locals math math.bitwise random sequences sequences.private
+USING: accessors alien.c-types alien.data kernel
+math math.bitwise random sequences sequences.private
 specialized-arrays ;
 SPECIALIZED-ARRAY: uint
 IN: random.cmwc