Dan Burkert has submitted this change and it was merged. Change subject: Fix UniformRandomNumberGenerator concept impl ......................................................................
Fix UniformRandomNumberGenerator concept impl The previous implementation was fine for libstdc++, but fails to compile on OS X. Change-Id: I3c1c8766fee491fc3116a0ff28a76d1a41eeaadc Reviewed-on: http://gerrit.cloudera.org:8080/2489 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/util/random.h 1 file changed, 3 insertions(+), 4 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2489 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3c1c8766fee491fc3116a0ff28a76d1a41eeaadc Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
