I am currently self-studying Elements of Statistical Learning (2nd ed), by Friedman, Hastie & Tibshirani. I have a question with regards to Equation 2.24, which states the median distance of the closest point from the origin in a $p$-dimensional unit hyperball is
$d(p, N) = (1 - \frac{1}{2}^{1/N})^{1/p}$
where $N$ is the number of points in this hyperball.
I understand the derivation of the above (a good discussion of it can be found here); my question is:
if the distribution of points in this hyperball is uniform, shouldn't the points be arranged in a deterministic way? If so, does this not necessitate that the location of the closest point to the origin is at a fixed distance away from it?
I think this way because when I think of points being "uniformly-distributed" in lower dimensions, I think of there being a constant, common difference between neighbors (e.g. consider points in a lattice structure in three dimensions, or the points at the intersection of a square grid in two). I would think this thinking scales to $p$ dimensions, meaning there should be no randomness involved in the points' arrangement.
Edit: one possibility of the connotation of "uniformly-distributed" in this case would be: each point has an equal probability of residing at any location in the hyperball, independently of other points. If this connotation is correct, I will update it as an answer below -- I am just not used to seeing things expressed this way.