]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/miller-rabin/miller-rabin.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / math / primes / miller-rabin / miller-rabin.factor
index 0e21cf3222a1bdd755a6a2a6ded3967d4e2f72e2..ef15af5d5c389ea6127c3bc74ce1d3af67e6c430 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008-2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators kernel locals math math.functions math.ranges
+USING: combinators kernel locals math math.functions ranges
 random sequences ;
 IN: math.primes.miller-rabin