Hello Adar Dembo, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5474
to look at the new patch set (#4).
Change subject: random: change Rand64() to use all bits
......................................................................
random: change Rand64() to use all bits
Rand64() currently fills only 62 bits of the result. This changes the
function to randomize all 64 bits at the cost of a bit of performance.
This is useful in testing encodings which may have edge cases when the
MSB is set.
Change-Id: I6064ae18532bc32f24086e232200f1f0966d6b2a
---
M src/kudu/util/random-test.cc
M src/kudu/util/random.h
2 files changed, 11 insertions(+), 13 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/5474/4
--
To view, visit http://gerrit.cloudera.org:8080/5474
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6064ae18532bc32f24086e232200f1f0966d6b2a
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins