$N$ random points make a random polynomial?

87 Views Asked by At

Let's say I have a finite field $A$, and I choose $N$ (distinct) points uniformly at random from $A \times A$. Then using Lagrange interpolation I can find a polynomial $f(x)$ of degree $N-1$ that goes through all my points. Is $f$ a random polynomial? That is, are its coefficients also uniform at random?