mirror of
https://github.com/corda/corda.git
synced 2025-02-25 02:56:29 +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.