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 ceaed97  ARROW-12404: [C++] Implement "random" nullary function that 
generates uniform random between 0 and 1
     add d0628b7  ARROW-15219: [Python] Export the random compute function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_random.cc | 22 ++++++++++++------
 cpp/src/arrow/util/pcg_random.h                |  2 ++
 python/pyarrow/_compute.pyx                    | 26 +++++++++++++++++++++
 python/pyarrow/compute.py                      |  1 +
 python/pyarrow/includes/libarrow.pxd           | 22 +++++++++++++-----
 python/pyarrow/tests/test_compute.py           | 31 ++++++++++++++++++++++++++
 6 files changed, 91 insertions(+), 13 deletions(-)

Reply via email to