Yep, so I temporarily fixed this by adding into composer/autoload_real.php where it loops the return from autoload_files:
if (basename($file) == 'Random.php') continue;
Obviously, this isn't a good solution because every time I call composer update/install/dump-autoload, this will get overridden.
Still looking for help here.
I created a PR on phpseclib:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community