fix bootstrap for random

db4
Doug Coleman 2008-03-27 06:36:34 -05:00
parent f317b97221
commit 251fe25689
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
USING: vocabs.loader sequences system
random random.mersenne-twister combinators init
namespaces random.backend ;
namespaces random ;
"random.mersenne-twister" require