Commits

Antoine Pitrou authored d0628b7ae3a
ARROW-15219: [Python] Export the random compute function Also change the underlying generator as successive seeds (e.g. 0, 1, 2, 3) could produce the same output. Closes #12054 from pitrou/ARROW-15219-py-random Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>