Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix random number generator usage for unique-id
note: the performance of many implementations of random_device degrades sharply once the entropy pool is exhausted. For practical use, random_device is generally only used to seed a PRNG such as mt19937. means: re-use the mt19937 instance (only init once)
- Loading branch information