3 lines
57 B
Mathematica
3 lines
57 B
Mathematica
|
|
list = 1:1000;
|
||
|
|
list(ceil(rand(1)*length(list)))
|