For a map generator with islands I'm looking for an algorithm that for a given random seed defines am infinite point cloud of 2D points that looks decently random and covers all of infinity (a simple grid is out because it would look horribly boring) and a function F(x, y) that returns the Delaunay triangle(s) containing the coordinates (x, y).
Or something that returns all points of the cloud in a given radius.