set random-number generator for user program
svn: r1398
This commit is contained in:
parent
3064b59ed0
commit
11f4c3a661
|
@ -165,6 +165,8 @@
|
|||
|
||||
(current-thread-group (make-thread-group))
|
||||
(current-command-line-arguments #())
|
||||
(current-pseudo-random-generator (make-pseudo-random-generator))
|
||||
(current-evt-pseudo-random-generator (make-pseudo-random-generator))
|
||||
(read-curly-brace-as-paren #t)
|
||||
(read-square-bracket-as-paren #t)
|
||||
(error-print-width 250)
|
||||
|
|
Loading…
Reference in New Issue
Block a user