Fix using
parent
f15ec31559
commit
28adde8542
|
@ -1,9 +1,10 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.c-types assocs byte-arrays byte-vectors
|
USING: accessors alien.c-types arrays assocs byte-arrays
|
||||||
combinators fry io.backend io.binary kernel locals math
|
byte-vectors combinators fry io.backend io.binary kernel locals
|
||||||
math.bitwise math.constants math.functions math.ranges
|
math math.bitwise math.constants math.functions math.order
|
||||||
namespaces sequences sets summary system vocabs.loader ;
|
math.ranges namespaces sequences sets summary system
|
||||||
|
vocabs.loader ;
|
||||||
IN: random
|
IN: random
|
||||||
|
|
||||||
SYMBOL: system-random-generator
|
SYMBOL: system-random-generator
|
||||||
|
|
Loading…
Reference in New Issue