This is a stretch but here we go:
I basically am making a game where I need to generate 2D planets (spheres out of square tiles). I have used Perlin noise to generate noise, however, I now need a noise algorithm to generate individual circles of all different shapes and sizes (I have looked everywhere and can’t find anything). The algorithm must also allow for a seed to be used, any help will be appreciated