Hi,
I need to split a file of 20290 lines into two files randomly for 1000 times; each random split has to produce two subfiles, one representing 80%, the other 20% of the original 20290.
I have to make sure that each of the 1000 80-20 splits of the corpus, I get a different split.
Now, is...