vim shuffle lines of file

C++
shuf myfile.txt > myfile_shuffled.txt
Source

Also in C++: