This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 6c61a96 MINOR: document how to run benchmarks (#10291)
add 303a290 ARROW-12533: [C++] Add random real distribution function
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/testing/random.cc | 10 +++--
cpp/src/arrow/testing/random.h | 3 +-
cpp/src/arrow/testing/random_test.cc | 72 +++++++++++++++++++++++++++++++
cpp/src/arrow/testing/uniform_real.h | 84 ++++++++++++++++++++++++++++++++++++
cpp/src/arrow/testing/util.cc | 4 +-
5 files changed, 166 insertions(+), 7 deletions(-)
create mode 100644 cpp/src/arrow/testing/uniform_real.h