Shortest Distance Among Points
We create an array of points $P_n$ in a two dimensional plane using the following random number generator: $s_0=290797$ $s_{n+1}={s_n}^2 \bmod 50515093$ $P_n=(s_{2n},s_{2n+1})$ Let $d(k)$ be the...