]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/random-weighted/random-weighted.factor
Updating code for make and fry changes
[factor.git] / extra / random-weighted / random-weighted.factor
index 3f7a5d09b58cc0590830c1b0d09a023d2ee63fbc..ce3bc311be3d0e06cbc449cfa77bd6f437fe42c8 100644 (file)
@@ -1,6 +1,6 @@
 
 USING: kernel namespaces arrays quotations sequences assocs combinators
-       mirrors math math.vectors random macros fry ;
+       mirrors math math.vectors random macros bake bake.fry ;
 
 IN: random-weighted