factor/basis/random/dummy/dummy-tests.factor

8 lines
273 B
Factor
Raw Permalink Normal View History

2009-09-30 04:23:01 -04:00
! Copyright (C) 2009 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: random random.dummy tools.test ;
IN: random.dummy.tests
{ 10 } [ 10 <random-dummy> random-32* ] unit-test
{ 100 } [ 10 <random-dummy> 100 seed-random random-32* ] unit-test