From 72d8b089fe07a38de33c563600011d33c7b54cd6 Mon Sep 17 00:00:00 2001 From: the Phoeron Date: Thu, 9 Jul 2015 23:19:24 -0400 Subject: [PATCH] increase count of self-seed tests to 5 rounds, isaac32 and 64 --- t/cl-isaac.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*