-
- Downloads
rng: improve getSeededRandomEngine
* Make sure to use 32 bit input for std::seed_seq * Retry using random device every use * Adjust delays and retry count to keep approx. the same max timeout. In practice the actual average timeout should be reduced, because the algo doesn't lose existing data and can move forward in case of occasional failure/retry.
Please register or sign in to comment