If the tool is used with an external seed provider (ie. if you do not provide -o). The tool does not exit correctly but gets stuck after printing the randoms.
This could be due to the used thread pool (used with RxJava):
|
.doFinally(parallelExecutor::shutdown) |
and the shutdown maybe not working.
This was observed on Win 10 with Java 10.0.1; it works on Java 1.8.0_172