mirror of
https://github.com/corda/corda.git
synced 2025-02-11 21:26:23 +00:00
The previous code caused frequent seed collisions for successive calls to the no-arg constructor, even for single threaded workloads. This patch should avoid such collisions in both single and multi-threaded cases.