You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/03/08 22:36:39 UTC

[kudu-CR] Fix UniformRandomNumberGenerator concept impl

Hello Adar Dembo, Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2489

to review the following change.

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
---
M src/kudu/util/random.h
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/2489/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2489
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c1c8766fee491fc3116a0ff28a76d1a41eeaadc
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>