js8544 commented on PR #38526: URL: https://github.com/apache/arrow/pull/38526#issuecomment-1787240846
Should we use `static_cast<std::default_random_engine::result_type>` for better portability? Since `std::default_random_engine` is implementation defined, we can't be sure it's `unsigned int` on all platforms. -- 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]
