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