I want to generate a random convex polygon, with (hopefully) integer points (lattice points) as vertices.
I am aware of methods using circles/ellipses and using random angles to create a random convex polygon, but I want a method which gives a much more "random" polygon. Is this possible in a not-so-difficult way?
Thanks in advance. :D