Todd Lipcon has uploaded a new patch set (#2).

Change subject: random: add a Rand64() variant which uses all bits
......................................................................

random: add a Rand64() variant which uses all bits

Rand64() currently fills only 62 bits of the result. This adds a new
Random::Rand64FullRange() which fills all bits of the result. This is
useful in testing encodings which may have edge cases when the MSB is
set.

Change-Id: I6064ae18532bc32f24086e232200f1f0966d6b2a
---
M src/kudu/cfile/encoding-test.cc
M src/kudu/tools/data_gen_util.cc
M src/kudu/tools/tool_action_test.cc
M src/kudu/util/memcmpable_varint-test.cc
M src/kudu/util/random-test.cc
M src/kudu/util/random.h
6 files changed, 37 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/5474/2
-- 
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: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Kudu Jenkins

Reply via email to