richardcocks commented on issue #4066: URL: https://github.com/apache/iggy/issues/4066#issuecomment-5552832693
The only real downside to using Math.Random is the risk that the client process gets forked in such a way that both halves of the fork end up with the same random state, but this seems extremely unlikely as it requires using FFI or a c/c++ addon to reach out to fork under libc, a typical `fork` from the console is safe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
