i m searching for something (library,function ecc..) in Python to generate a random discrete trajectory in the 2-D space.
For example: by providing the dimensions lenght and width of the plane and a starting point (x,y) i need to generate a sequence of points that represent the movement of an object (E.G. a human walking) over a random path.
Are you aware of any such library or tool that helps accomplishing this?
I have tried searching for something like that, but without success, I was searching for a shortcut/an easy to implement method