Skip to content

Commit

Permalink
increase count of self-seed tests to 5 rounds, isaac32 and 64
Browse files Browse the repository at this point in the history
  • Loading branch information
thephoeron committed Jul 10, 2015
1 parent 981bfa2 commit 72d8b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/cl-isaac.lisp
Expand Up @@ -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*
Expand Down

0 comments on commit 72d8b08

Please sign in to comment.