]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/random/random.factor
Cleaning up USING: lists for new strict semantics
[factor.git] / basis / random / random.factor
index 661e77125805dc683bde2953e6de78528a0fd7d3..1962857d573181a1da1b5a2a3291d2825a8ae8cb 100755 (executable)
@@ -86,8 +86,6 @@ PRIVATE>
     [ 1.0 swap - log -2.0 * sqrt ]
     bi* * * + ;
 
-USE: vocabs.loader
-
 {
     { [ os windows? ] [ "random.windows" require ] }
     { [ os unix? ] [ "random.unix" require ] }