Generate a randomized list of numbers in bash
I got one simple oneliner - you can redirect it to a file:
LIMIT=500; seq 1 $LIMIT | shuf