6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
let myfile = file.write("rand_test.ar")
|
|
|
|
for (i from 0 to 100000) do
|
|
myfile.text("\"")
|
|
myfile.text(string(random()))
|
|
myfile.text("\"\n") |