square_distance, a Python code which computes the expected value of the distance between a pair of points randomly selected inside the unit square in 2D.
The information on this web page is distributed under the MIT license.
square_distance is available in a MATLAB version and an Octave version and a Python version.
python_distance, a Python code which estimates the typical distance between a pair of points randomly selected from the surface or interior of a geometric object such as a circle, disk, sphere, cube.