]> gitweb.factorcode.org Git - factor.git/commitdiff
io.random: fix using
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 19 Jan 2024 15:37:37 +0000 (09:37 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 19 Jan 2024 15:37:37 +0000 (09:37 -0600)
extra/io/random/random.factor

index ef53f6f187ca644aa5d2ada79ea23d35785ca161..4b34b38955ad4e2c40334a1c5cbbc55682441ddf 100644 (file)
@@ -1,7 +1,8 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See https://factorcode.org/license.txt for BSD license
 
-USING: io kernel math random sequences sequences.private ;
+USING: io io.files kernel math random sequences
+sequences.private ;
 
 IN: io.random