My question is if there is something built into any of the python libraries that would allow me to generate a random cluster of 3D points (x,y,z) around a given x,y,z point?
I can't seem to find anything similar to this but I am new to python so I'm not sure if its blindingly obvious or I have to try do it manually by using random numbers within a certain range of the given point