factor/library/test/benchmark/sort.factor

9 lines
155 B
Factor
Raw Normal View History

2004-08-23 23:27:55 -04:00
IN: scratchpad
USE: lists
USE: kernel
2004-08-26 22:21:17 -04:00
USE: math
2004-08-23 23:27:55 -04:00
USE: random
USE: test
[ ] [ [ 100000 [ 0 10000 random-int , ] times ] make-list num-sort drop ] unit-test