]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/random/random.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / random / random.factor
index 0040ee77fb8ffca2be7b34dd6fe399d909861e39..b71291df92faafc8ff10b117b9baca6e236d9148 100644 (file)
@@ -1,11 +1,11 @@
 ! 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 fry
-hashtables hashtables.private hash-sets hints io.backend
-io.binary kernel locals math math.bitwise math.constants
-math.functions math.order math.ranges namespaces sequences
-sequences.private sets summary system typed vocabs ;
+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 math.ranges namespaces sequences sequences.private
+sets summary system typed vocabs ;
 QUALIFIED-WITH: alien.c-types c
 QUALIFIED-WITH: sets sets
 IN: random