Load fix for random
parent
2d5bc00029
commit
7cee0cdc2a
|
@ -2,7 +2,8 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types kernel math namespaces sequences
|
||||
io.backend io.binary combinators system vocabs.loader
|
||||
summary math.bitwise byte-vectors fry byte-arrays ;
|
||||
summary math.bitwise byte-vectors fry byte-arrays
|
||||
math.ranges ;
|
||||
IN: random
|
||||
|
||||
SYMBOL: system-random-generator
|
||||
|
|
Loading…
Reference in New Issue