Establish a new rng at the beginning of the solver init
Issue #1
resolved
When pyFDE is started in multitask manner, each task has the same rng seed. This can be improved.
Comments (2)
-
repo owner -
repo owner - changed status to resolved
Fixed in 67b1001.
A xorshift128+ was implemented, and now every solver has its own RNG state.
- Log in to comment
Good observation. Will be implemented.