io.streams.random: fix USE: again.
parent
179f063eb9
commit
05f6304087
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2010 Doug Coleman.
|
! Copyright (C) 2010 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: destructors io io.encodings.binary io.files
|
USING: destructors io io.encodings.binary io.files
|
||||||
io.streams.limited kernel random sequences sequences.private ;
|
io.streams.limited kernel random random.private sequences
|
||||||
|
sequences.private ;
|
||||||
IN: io.streams.random
|
IN: io.streams.random
|
||||||
|
|
||||||
TUPLE: random-stream ;
|
TUPLE: random-stream ;
|
||||||
|
|
Loading…
Reference in New Issue