factor/extra/noise/noise-tests.factor

5 lines
139 B
Factor
Raw Normal View History

2010-01-14 12:13:42 -05:00
IN: noise.tests
USING: noise tools.test sequences math ;
[ t ] [ { 100 100 } perlin-noise-map-coords [ [ 100 <= ] all? ] all? ] unit-test