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