Fix seed command line arg parsing, properly seed __rand for determinism
Apparently when I tested and didn't run into any issues I didn't notice that it would fail outside of webstorm's debugger. Turns out webstorm doesn't actually pass the arguments so I didn't think to step through the behavior, that was a bad assumption on my part :|