WiredTiger's RNG seed function uses the system's clock time nanoseconds, which isn't a great source as a seed value, it's limited to 10^9 assuming it's uniform.
- causes
-
WT-10338 Correlated random number generation across threads
- Closed