]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/random/random.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / random / random.factor
index b71291df92faafc8ff10b117b9baca6e236d9148..4c91bf3af97997e54dfa592ef8d5621c1673ebe0 100644 (file)
@@ -4,7 +4,7 @@ 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 math.ranges namespaces sequences sequences.private
+math.order ranges namespaces sequences sequences.private
 sets summary system typed vocabs ;
 QUALIFIED-WITH: alien.c-types c
 QUALIFIED-WITH: sets sets