7 lines
187 B
Factor
7 lines
187 B
Factor
|
! Copyright (C) 2009 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test random.sfmt ;
|
||
|
IN: random.sfmt.tests
|
||
|
|
||
|
[ ] [ 100 <sfmt-19937> drop ] unit-test
|