Use <random> instead of boost/random (#1000)
Summary: - Use `std::mt19937` instead of `boost::random::mt19937`. - Use `std::uniform_int_distribution` instead of `boost::uniform_int`. Pull Request resolved: https://github.com/facebook/folly/pull/1000 Reviewed By: aary Differential Revision: D13729752 Pulled By: yfeldblum fbshipit-source-id: 26828c157c458e56ce225af25e2a96890f0633ab
Showing
Please register or sign in to comment