io.streams.random: fix USE:.
parent
71ad332027
commit
1216ae5cb1
|
@ -1,7 +1,7 @@
|
||||||
! 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 ;
|
io.streams.limited kernel random sequences sequences.private ;
|
||||||
IN: io.streams.random
|
IN: io.streams.random
|
||||||
|
|
||||||
TUPLE: random-stream ;
|
TUPLE: random-stream ;
|
||||||
|
|
Loading…
Reference in New Issue