diff --git a/t/cl-isaac.lisp b/t/cl-isaac.lisp index c45f83c..5d04427 100644 --- a/t/cl-isaac.lisp +++ b/t/cl-isaac.lisp @@ -27,9 +27,9 @@ ;; Self-seed Context Tests -(defparameter *ssctx32* (isaac:init-self-seed)) +(defparameter *ssctx32* (isaac:init-self-seed :count 5)) -(defparameter *ssctx64* (isaac:init-self-seed :is64 t)) +(defparameter *ssctx64* (isaac:init-self-seed :count 5 :is64 t)) (deftest self-seed (is-type *ssctx32*