Generates a file full of random integers, one integer per line
It's strangely useful if you do programming challenges to be able to generate a large dataset easily
LOL NO. But it works for now. Barely.
$ python random-gen.py
It'll output to a file called "test.txt". To change the size, modify the code. Seriously.