Raymond Toy pushed to branch rtoy-xoro-default at cmucl / cmucl
Commits:
-
ab6d2c6a
by Raymond Toy at 2017-12-27T10:29:26-08:00
1 changed file:
Changes:
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 |
(aref state 1) (make-double s1))
|
86 | 86 |
state))))
|
87 | 87 |
|
88 |
-(defun vec-init-xoro-state (key &optional state)
|
|
88 |
+(defun vec-init-xoro-state (key &optional (state (make-array 2 :element-type 'double-float)))
|
|
89 | 89 |
(declare (type (array (unsigned-byte 64) (2)) key)
|
90 | 90 |
(type (simple-array double-float (2)) state))
|
91 | 91 |
(flet ((make-double (x)
|