]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/random/random.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / random / random.factor
index 4c91bf3af97997e54dfa592ef8d5621c1673ebe0..e21a7f4d74b12bc70a406467757dd19840671b3b 100644 (file)
@@ -1,11 +1,10 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.data arrays assocs byte-arrays
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.data arrays assocs byte-arrays
-byte-vectors combinators combinators.short-circuit endian fry
-hashtables hashtables.private hash-sets hints io.backend kernel
-locals math math.bitwise math.constants math.functions
-math.order ranges namespaces sequences sequences.private
-sets summary system typed vocabs ;
+combinators combinators.short-circuit hash-sets hashtables
+hashtables.private kernel math math.bitwise math.constants
+math.functions math.order namespaces sequences sequences.private
+sets summary system vocabs ;
 QUALIFIED-WITH: alien.c-types c
 QUALIFIED-WITH: sets sets
 IN: random
 QUALIFIED-WITH: alien.c-types c
 QUALIFIED-WITH: sets sets
 IN: random