9 lines
143 B
Factor
9 lines
143 B
Factor
|
|
IN: scratchpad
|
||
|
|
USE: arithmetic
|
||
|
|
USE: lists
|
||
|
|
USE: random
|
||
|
|
USE: stack
|
||
|
|
USE: test
|
||
|
|
|
||
|
|
[ [, 100000 [ 0 10000 random-int , ] times ,] num-sort drop ] time
|