mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-11-02 15:56:04 +00:00
in scenarios where one is to spin up several processes with the same proxy list in random mode, all processes started in the same second would pick the same proxy due to using the same srand() seed. closes #380